Html Css Color HEX #755607 Raw Umber

📋 copy color: '#755607'

red 117 ◦ green 86 ◦ blue 7

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

Shades of Raw Umber #755607

Tints of Raw Umber #755607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.33%

R = 55.71%
G = 40.95%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#755607 (or 0x755607) is known color: Raw Umber. HEX triplet: 75, 56 and 07. RGB value is (117,86,7). Sum of RGB (Red+Green+Blue) = 117+86+7=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #755607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755607 is #8AA9F8. Grayscale: #565656. Windows color (decimal): -9087481 or 480885. OLE color: 480885.

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

Color convert

RGB 117 86 7 -
CMYK 0 0.26 0.94 0.54
HSL 43.09º 0.89% 0.24% -
HSV(B) 43.09º 0.94% 0.46% -
XYZ 10.7 10.45 1.65 -
YUV 86.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 117 86 7 0 0.26 0.94 0.54 43.09 0.89 0.24
Hex 75 56 7 0 1A 5E 36 2B 59 18
Octal 165 126 7 0 32 136 66 53 131 30
Binary 1110101 1010110 111 0 11010 1011110 110110 101011 1011001 11000

Color Harmonies of #755607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755607

Black with #755607

Text Example


Text Example

White with #755607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755607; }

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

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

background-color css

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

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

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

border-color css

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

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

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