Html Css Color HEX #776000 Raw Umber

📋 copy color: '#776000'

red 119 ◦ green 96 ◦ blue 0

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

Shades of Raw Umber #776000

Tints of Raw Umber #776000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.35%
G = 44.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#776000 (or 0x776000) is known color: Raw Umber. HEX triplet: 77, 60 and 00. RGB value is (119,96,0). Sum of RGB (Red+Green+Blue) = 119+96+0=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #776000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776000 is #889FFF. Grayscale: #5C5C5C. Windows color (decimal): -8953856 or 24695. OLE color: 24695.

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

Color convert

RGB 119 96 0 -
CMYK 0 0.19 1 0.53
HSL 48.4º 1% 0.23% -
HSV(B) 48.4º 1% 0.47% -
XYZ 11.79 12.29 1.75 -
YUV 91.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 119 96 0 0 0.19 1 0.53 48.4 1 0.23
Hex 77 60 0 0 13 64 35 30 64 17
Octal 167 140 0 0 23 144 65 60 144 27
Binary 1110111 1100000 0 0 10011 1100100 110101 110000 1100100 10111

Color Harmonies of #776000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776000

Black with #776000

Text Example


Text Example

White with #776000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776000; }

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

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

background-color css

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

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

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

border-color css

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

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

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