Html Css Color HEX #776002 Raw Umber

📋 copy color: '#776002'

red 119 ◦ green 96 ◦ blue 2

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

Shades of Raw Umber #776002

Tints of Raw Umber #776002

RGB

 RED value IS 119 (46.88% from 255) = 54.84%

 GREEN value IS 96 (37.89% from 255) = 44.24%

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

R = 54.84%
G = 44.24%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#776002 (or 0x776002) is known color: Raw Umber. HEX triplet: 77, 60 and 02. RGB value is (119,96,2). Sum of RGB (Red+Green+Blue) = 119+96+2=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #776002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776002 is #889FFD. Grayscale: #5C5C5C. Windows color (decimal): -8953854 or 155767. OLE color: 155767.

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

Color convert

RGB 119 96 2 -
CMYK 0 0.19 0.98 0.53
HSL 48.21º 0.97% 0.24% -
HSV(B) 48.21º 0.98% 0.47% -
XYZ 11.8 12.29 1.81 -
YUV 92.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 119 96 2 0 0.19 0.98 0.53 48.21 0.97 0.24
Hex 77 60 2 0 13 62 35 30 61 18
Octal 167 140 2 0 23 142 65 60 141 30
Binary 1110111 1100000 10 0 10011 1100010 110101 110000 1100001 11000

Color Harmonies of #776002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776002

Black with #776002

Text Example


Text Example

White with #776002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776002; }

 p { color: rgb(119,96,2); }

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

background-color css

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

 a { background-color: rgb(119,96,2); }

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

border-color css

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

 span { border-color: rgb(119,96,2); }

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