Html Css Color HEX #765002 Raw Umber

📋 copy color: '#765002'

red 118 ◦ green 80 ◦ blue 2

#765002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #765002

Tints of Raw Umber #765002

RGB

 RED value IS 118 (46.48% from 255) = 59%

 GREEN value IS 80 (31.64% from 255) = 40%

 BLUE value IS 2 (1.17% from 255) = 1%

R = 59%
G = 40%
B = 1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#765002 (or 0x765002) is known color: Raw Umber. HEX triplet: 76, 50 and 02. RGB value is (118,80,2). Sum of RGB (Red+Green+Blue) = 118+80+2=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #765002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765002 is #89AFFD. Grayscale: #525252. Windows color (decimal): -9023486 or 151670. OLE color: 151670.

HSL color Cylindrical-coordinate representation of color #765002: hue angle of 40.34º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #765002 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 2 -
CMYK 0 0.32 0.98 0.54
HSL 40.34º 0.97% 0.24% -
HSV(B) 40.34º 0.98% 0.46% -
XYZ 10.35 9.59 1.36 -
YUV 82.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 118 80 2 0 0.32 0.98 0.54 40.34 0.97 0.24
Hex 76 50 2 0 20 62 36 28 61 18
Octal 166 120 2 0 40 142 66 50 141 30
Binary 1110110 1010000 10 0 100000 1100010 110110 101000 1100001 11000

Color Harmonies of #765002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765002

Black with #765002

Text Example


Text Example

White with #765002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765002; }

 p { color: rgb(118,80,2); }

 H1.HeaderClassName
 {
   color: #765002;
 }
 .AnyTagClassName
 {
   color: #765002;
 }
</style>

background-color css

<style>
 a { background-color: #765002; }

 a { background-color: rgb(118,80,2); }

 div.DivClassName
 {
   background-color: #765002;
 }
 .BgClassName
 {
   background-color: #765002;
 }
</style>

border-color css

<style>
 span { border-color: #765002; }

 span { border-color: rgb(118,80,2); }

 td.TdClassName
 {
   border-color: #765002;
 }
 .TagClassName
 {
   border-color: #765002;
 }
</style>