Html Css Color HEX #755D07 Raw Umber

📋 copy color: '#755D07'

red 117 ◦ green 93 ◦ blue 7

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

Shades of Raw Umber #755D07

Tints of Raw Umber #755D07

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.86%

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

R = 53.92%
G = 42.86%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#755D07 (or 0x755D07) is known color: Raw Umber. HEX triplet: 75, 5D and 07. RGB value is (117,93,7). Sum of RGB (Red+Green+Blue) = 117+93+7=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #755D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D07 is #8AA2F8. Grayscale: #5A5A5A. Windows color (decimal): -9085689 or 482677. OLE color: 482677.

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

Color convert

RGB 117 93 7 -
CMYK 0 0.21 0.94 0.54
HSL 46.91º 0.89% 0.24% -
HSV(B) 46.91º 0.94% 0.46% -
XYZ 11.29 11.63 1.85 -
YUV 90.37 80.95 146.99 -
System Red Green Blue C M Y K H S L
Decimal 117 93 7 0 0.21 0.94 0.54 46.91 0.89 0.24
Hex 75 5D 7 0 15 5E 36 2F 59 18
Octal 165 135 7 0 25 136 66 57 131 30
Binary 1110101 1011101 111 0 10101 1011110 110110 101111 1011001 11000

Color Harmonies of #755D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D07

Black with #755D07

Text Example


Text Example

White with #755D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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