Html Css Color HEX #755E07 Raw Umber

📋 copy color: '#755E07'

red 117 ◦ green 94 ◦ blue 7

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

Shades of Raw Umber #755E07

Tints of Raw Umber #755E07

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.12%

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

R = 53.67%
G = 43.12%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#755E07 (or 0x755E07) is known color: Raw Umber. HEX triplet: 75, 5E and 07. RGB value is (117,94,7). Sum of RGB (Red+Green+Blue) = 117+94+7=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #755E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E07 is #8AA1F8. Grayscale: #5B5B5B. Windows color (decimal): -9085433 or 482933. OLE color: 482933.

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

Color convert

RGB 117 94 7 -
CMYK 0 0.20 0.94 0.54
HSL 47.45º 0.89% 0.24% -
HSV(B) 47.45º 0.94% 0.46% -
XYZ 11.38 11.8 1.88 -
YUV 90.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 117 94 7 0 0.20 0.94 0.54 47.45 0.89 0.24
Hex 75 5E 7 0 14 5E 36 2F 59 18
Octal 165 136 7 0 24 136 66 57 131 30
Binary 1110101 1011110 111 0 10100 1011110 110110 101111 1011001 11000

Color Harmonies of #755E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E07

Black with #755E07

Text Example


Text Example

White with #755E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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