Html Css Color HEX #755008 Raw Umber

📋 copy color: '#755008'

red 117 ◦ green 80 ◦ blue 8

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

Shades of Raw Umber #755008

Tints of Raw Umber #755008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 57.07%
G = 39.02%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#755008 (or 0x755008) is known color: Raw Umber. HEX triplet: 75, 50 and 08. RGB value is (117,80,8). Sum of RGB (Red+Green+Blue) = 117+80+8=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #755008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755008 is #8AAFF7. Grayscale: #535353. Windows color (decimal): -9089016 or 544885. OLE color: 544885.

HSL color Cylindrical-coordinate representation of color #755008: hue angle of 39.63º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #755008 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 8 -
CMYK 0 0.32 0.93 0.54
HSL 39.63º 0.87% 0.25% -
HSV(B) 39.63º 0.93% 0.46% -
XYZ 10.25 9.54 1.53 -
YUV 82.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 117 80 8 0 0.32 0.93 0.54 39.63 0.87 0.25
Hex 75 50 8 0 20 5D 36 28 57 19
Octal 165 120 10 0 40 135 66 50 127 31
Binary 1110101 1010000 1000 0 100000 1011101 110110 101000 1010111 11001

Color Harmonies of #755008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755008

Black with #755008

Text Example


Text Example

White with #755008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755008; }

 p { color: rgb(117,80,8); }

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

background-color css

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

 a { background-color: rgb(117,80,8); }

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

border-color css

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

 span { border-color: rgb(117,80,8); }

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