Html Css Color HEX #776100 Raw Umber

📋 copy color: '#776100'

red 119 ◦ green 97 ◦ blue 0

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

Shades of Raw Umber #776100

Tints of Raw Umber #776100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.91%

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

R = 55.09%
G = 44.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#776100 (or 0x776100) is known color: Raw Umber. HEX triplet: 77, 61 and 00. RGB value is (119,97,0). Sum of RGB (Red+Green+Blue) = 119+97+0=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #776100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776100 is #889EFF. Grayscale: #5C5C5C. Windows color (decimal): -8953600 or 24951. OLE color: 24951.

HSL color Cylindrical-coordinate representation of color #776100: hue angle of 48.91º 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 #776100 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 97 0 -
CMYK 0 0.18 1 0.53
HSL 48.91º 1% 0.23% -
HSV(B) 48.91º 1% 0.47% -
XYZ 11.88 12.47 1.78 -
YUV 92.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 119 97 0 0 0.18 1 0.53 48.91 1 0.23
Hex 77 61 0 0 12 64 35 31 64 17
Octal 167 141 0 0 22 144 65 61 144 27
Binary 1110111 1100001 0 0 10010 1100100 110101 110001 1100100 10111

Color Harmonies of #776100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776100

Black with #776100

Text Example


Text Example

White with #776100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776100; }

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

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

background-color css

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

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

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

border-color css

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

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

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