Html Css Color HEX #755207 Raw Umber

📋 copy color: '#755207'

red 117 ◦ green 82 ◦ blue 7

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

Shades of Raw Umber #755207

Tints of Raw Umber #755207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.81%

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

R = 56.8%
G = 39.81%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#755207 (or 0x755207) is known color: Raw Umber. HEX triplet: 75, 52 and 07. RGB value is (117,82,7). Sum of RGB (Red+Green+Blue) = 117+82+7=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #755207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755207 is #8AADF8. Grayscale: #545454. Windows color (decimal): -9088505 or 479861. OLE color: 479861.

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

Color convert

RGB 117 82 7 -
CMYK 0 0.30 0.94 0.54
HSL 40.91º 0.89% 0.24% -
HSV(B) 40.91º 0.94% 0.46% -
XYZ 10.39 9.83 1.55 -
YUV 83.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 117 82 7 0 0.30 0.94 0.54 40.91 0.89 0.24
Hex 75 52 7 0 1E 5E 36 29 59 18
Octal 165 122 7 0 36 136 66 51 131 30
Binary 1110101 1010010 111 0 11110 1011110 110110 101001 1011001 11000

Color Harmonies of #755207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755207

Black with #755207

Text Example


Text Example

White with #755207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755207; }

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

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

background-color css

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

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

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

border-color css

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

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

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