Html Css Color HEX #775006 Raw Umber

📋 copy color: '#775006'

red 119 ◦ green 80 ◦ blue 6

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

Shades of Raw Umber #775006

Tints of Raw Umber #775006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.93%

R = 58.05%
G = 39.02%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#775006 (or 0x775006) is known color: Raw Umber. HEX triplet: 77, 50 and 06. RGB value is (119,80,6). Sum of RGB (Red+Green+Blue) = 119+80+6=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #775006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775006 is #88AFF9. Grayscale: #535353. Windows color (decimal): -8957946 or 413815. OLE color: 413815.

HSL color Cylindrical-coordinate representation of color #775006: hue angle of 39.29º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #775006 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 6 -
CMYK 0 0.33 0.95 0.53
HSL 39.29º 0.9% 0.25% -
HSV(B) 39.29º 0.95% 0.47% -
XYZ 10.51 9.67 1.49 -
YUV 83.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 119 80 6 0 0.33 0.95 0.53 39.29 0.9 0.25
Hex 77 50 6 0 21 5F 35 27 5A 19
Octal 167 120 6 0 41 137 65 47 132 31
Binary 1110111 1010000 110 0 100001 1011111 110101 100111 1011010 11001

Color Harmonies of #775006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775006

Black with #775006

Text Example


Text Example

White with #775006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775006; }

 p { color: rgb(119,80,6); }

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

background-color css

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

 a { background-color: rgb(119,80,6); }

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

border-color css

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

 span { border-color: rgb(119,80,6); }

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