Html Css Color HEX #775602 Raw Umber

📋 copy color: '#775602'

red 119 ◦ green 86 ◦ blue 2

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

Shades of Raw Umber #775602

Tints of Raw Umber #775602

RGB

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

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

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

R = 57.49%
G = 41.55%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#775602 (or 0x775602) is known color: Raw Umber. HEX triplet: 77, 56 and 02. RGB value is (119,86,2). Sum of RGB (Red+Green+Blue) = 119+86+2=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #775602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775602 is #88A9FD. Grayscale: #565656. Windows color (decimal): -8956414 or 153207. OLE color: 153207.

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

Color convert

RGB 119 86 2 -
CMYK 0 0.28 0.98 0.53
HSL 43.08º 0.97% 0.24% -
HSV(B) 43.08º 0.98% 0.47% -
XYZ 10.95 10.58 1.52 -
YUV 86.29 80.43 151.33 -
System Red Green Blue C M Y K H S L
Decimal 119 86 2 0 0.28 0.98 0.53 43.08 0.97 0.24
Hex 77 56 2 0 1C 62 35 2B 61 18
Octal 167 126 2 0 34 142 65 53 141 30
Binary 1110111 1010110 10 0 11100 1100010 110101 101011 1100001 11000

Color Harmonies of #775602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775602

Black with #775602

Text Example


Text Example

White with #775602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775602; }

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

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

background-color css

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

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

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

border-color css

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

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

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