Html Css Color HEX #755602 Raw Umber

📋 copy color: '#755602'

red 117 ◦ green 86 ◦ blue 2

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

Shades of Raw Umber #755602

Tints of Raw Umber #755602

RGB

 RED value IS 117 (46.09% from 255) = 57.07%

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

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

R = 57.07%
G = 41.95%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#755602 (or 0x755602) is known color: Raw Umber. HEX triplet: 75, 56 and 02. RGB value is (117,86,2). Sum of RGB (Red+Green+Blue) = 117+86+2=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #755602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755602 is #8AA9FD. Grayscale: #565656. Windows color (decimal): -9087486 or 153205. OLE color: 153205.

HSL color Cylindrical-coordinate representation of color #755602: hue angle of 43.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #755602 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 2 -
CMYK 0 0.26 0.98 0.54
HSL 43.83º 0.97% 0.23% -
HSV(B) 43.83º 0.98% 0.46% -
XYZ 10.67 10.44 1.51 -
YUV 85.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 117 86 2 0 0.26 0.98 0.54 43.83 0.97 0.23
Hex 75 56 2 0 1A 62 36 2C 61 17
Octal 165 126 2 0 32 142 66 54 141 27
Binary 1110101 1010110 10 0 11010 1100010 110110 101100 1100001 10111

Color Harmonies of #755602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755602

Black with #755602

Text Example


Text Example

White with #755602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755602; }

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

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

background-color css

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

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

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

border-color css

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

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

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