Html Css Color HEX #775802 Raw Umber

📋 copy color: '#775802'

red 119 ◦ green 88 ◦ blue 2

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

Shades of Raw Umber #775802

Tints of Raw Umber #775802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.11%

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

R = 56.94%
G = 42.11%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#775802 (or 0x775802) is known color: Raw Umber. HEX triplet: 77, 58 and 02. RGB value is (119,88,2). Sum of RGB (Red+Green+Blue) = 119+88+2=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #775802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775802 is #88A7FD. Grayscale: #575757. Windows color (decimal): -8955902 or 153719. OLE color: 153719.

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

Color convert

RGB 119 88 2 -
CMYK 0 0.26 0.98 0.53
HSL 44.1º 0.97% 0.24% -
HSV(B) 44.1º 0.98% 0.47% -
XYZ 11.11 10.91 1.58 -
YUV 87.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 119 88 2 0 0.26 0.98 0.53 44.1 0.97 0.24
Hex 77 58 2 0 1A 62 35 2C 61 18
Octal 167 130 2 0 32 142 65 54 141 30
Binary 1110111 1011000 10 0 11010 1100010 110101 101100 1100001 11000

Color Harmonies of #775802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775802

Black with #775802

Text Example


Text Example

White with #775802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775802; }

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

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

background-color css

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

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

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

border-color css

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

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

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