Html Css Color HEX #755A07 Raw Umber

📋 copy color: '#755A07'

red 117 ◦ green 90 ◦ blue 7

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

Shades of Raw Umber #755A07

Tints of Raw Umber #755A07

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.06%

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

R = 54.67%
G = 42.06%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#755A07 (or 0x755A07) is known color: Raw Umber. HEX triplet: 75, 5A and 07. RGB value is (117,90,7). Sum of RGB (Red+Green+Blue) = 117+90+7=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #755A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A07 is #8AA5F8. Grayscale: #585858. Windows color (decimal): -9086457 or 481909. OLE color: 481909.

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

Color convert

RGB 117 90 7 -
CMYK 0 0.23 0.94 0.54
HSL 45.27º 0.89% 0.24% -
HSV(B) 45.27º 0.94% 0.46% -
XYZ 11.03 11.11 1.76 -
YUV 88.61 81.95 148.25 -
System Red Green Blue C M Y K H S L
Decimal 117 90 7 0 0.23 0.94 0.54 45.27 0.89 0.24
Hex 75 5A 7 0 17 5E 36 2D 59 18
Octal 165 132 7 0 27 136 66 55 131 30
Binary 1110101 1011010 111 0 10111 1011110 110110 101101 1011001 11000

Color Harmonies of #755A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A07

Black with #755A07

Text Example


Text Example

White with #755A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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