Html Css Color HEX #755706 Raw Umber

📋 copy color: '#755706'

red 117 ◦ green 87 ◦ blue 6

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

Shades of Raw Umber #755706

Tints of Raw Umber #755706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.86%

R = 55.71%
G = 41.43%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#755706 (or 0x755706) is known color: Raw Umber. HEX triplet: 75, 57 and 06. RGB value is (117,87,6). Sum of RGB (Red+Green+Blue) = 117+87+6=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #755706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755706 is #8AA8F9. Grayscale: #575757. Windows color (decimal): -9087226 or 415605. OLE color: 415605.

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

Color convert

RGB 117 87 6 -
CMYK 0 0.26 0.95 0.54
HSL 43.78º 0.9% 0.24% -
HSV(B) 43.78º 0.95% 0.46% -
XYZ 10.78 10.61 1.65 -
YUV 86.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 117 87 6 0 0.26 0.95 0.54 43.78 0.9 0.24
Hex 75 57 6 0 1A 5F 36 2C 5A 18
Octal 165 127 6 0 32 137 66 54 132 30
Binary 1110101 1010111 110 0 11010 1011111 110110 101100 1011010 11000

Color Harmonies of #755706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755706

Black with #755706

Text Example


Text Example

White with #755706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755706; }

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

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

background-color css

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

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

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

border-color css

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

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

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