Html Css Color HEX #755B07 Raw Umber

📋 copy color: '#755B07'

red 117 ◦ green 91 ◦ blue 7

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

Shades of Raw Umber #755B07

Tints of Raw Umber #755B07

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.33%

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

R = 54.42%
G = 42.33%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#755B07 (or 0x755B07) is known color: Raw Umber. HEX triplet: 75, 5B and 07. RGB value is (117,91,7). Sum of RGB (Red+Green+Blue) = 117+91+7=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #755B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755B07 is #8AA4F8. Grayscale: #595959. Windows color (decimal): -9086201 or 482165. OLE color: 482165.

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

Color convert

RGB 117 91 7 -
CMYK 0 0.22 0.94 0.54
HSL 45.82º 0.89% 0.24% -
HSV(B) 45.82º 0.94% 0.46% -
XYZ 11.12 11.28 1.79 -
YUV 89.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 117 91 7 0 0.22 0.94 0.54 45.82 0.89 0.24
Hex 75 5B 7 0 16 5E 36 2E 59 18
Octal 165 133 7 0 26 136 66 56 131 30
Binary 1110101 1011011 111 0 10110 1011110 110110 101110 1011001 11000

Color Harmonies of #755B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B07

Black with #755B07

Text Example


Text Example

White with #755B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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