Html Css Color HEX #775600 Raw Umber

📋 copy color: '#775600'

red 119 ◦ green 86 ◦ blue 0

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

Shades of Raw Umber #775600

Tints of Raw Umber #775600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.95%

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

R = 58.05%
G = 41.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#775600 (or 0x775600) is known color: Raw Umber. HEX triplet: 77, 56 and 00. RGB value is (119,86,0). Sum of RGB (Red+Green+Blue) = 119+86+0=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #775600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775600 is #88A9FF. Grayscale: #565656. Windows color (decimal): -8956416 or 22135. OLE color: 22135.

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

Color convert

RGB 119 86 0 -
CMYK 0 0.28 1 0.53
HSL 43.36º 1% 0.23% -
HSV(B) 43.36º 1% 0.47% -
XYZ 10.94 10.58 1.47 -
YUV 86.06 79.43 151.49 -
System Red Green Blue C M Y K H S L
Decimal 119 86 0 0 0.28 1 0.53 43.36 1 0.23
Hex 77 56 0 0 1C 64 35 2B 64 17
Octal 167 126 0 0 34 144 65 53 144 27
Binary 1110111 1010110 0 0 11100 1100100 110101 101011 1100100 10111

Color Harmonies of #775600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775600

Black with #775600

Text Example


Text Example

White with #775600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775600; }

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

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

background-color css

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

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

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

border-color css

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

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

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