Html Css Color HEX #755702 Raw Umber

📋 copy color: '#755702'

red 117 ◦ green 87 ◦ blue 2

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

Shades of Raw Umber #755702

Tints of Raw Umber #755702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.23%

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

R = 56.8%
G = 42.23%
B = 0.97%

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

#755702 (or 0x755702) is known color: Raw Umber. HEX triplet: 75, 57 and 02. RGB value is (117,87,2). Sum of RGB (Red+Green+Blue) = 117+87+2=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #755702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755702 is #8AA8FD. Grayscale: #565656. Windows color (decimal): -9087230 or 153461. OLE color: 153461.

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

Color convert

RGB 117 87 2 -
CMYK 0 0.26 0.98 0.54
HSL 44.35º 0.97% 0.23% -
HSV(B) 44.35º 0.98% 0.46% -
XYZ 10.76 10.6 1.54 -
YUV 86.28 80.44 149.91 -
System Red Green Blue C M Y K H S L
Decimal 117 87 2 0 0.26 0.98 0.54 44.35 0.97 0.23
Hex 75 57 2 0 1A 62 36 2C 61 17
Octal 165 127 2 0 32 142 66 54 141 27
Binary 1110101 1010111 10 0 11010 1100010 110110 101100 1100001 10111

Color Harmonies of #755702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755702

Black with #755702

Text Example


Text Example

White with #755702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755702; }

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

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

background-color css

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

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

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

border-color css

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

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

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