Html Css Color HEX #753A07 Raw Umber

📋 copy color: '#753A07'

red 117 ◦ green 58 ◦ blue 7

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

Shades of Raw Umber #753A07

Tints of Raw Umber #753A07

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.87%

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

R = 64.29%
G = 31.87%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#753A07 (or 0x753A07) is known color: Raw Umber. HEX triplet: 75, 3A and 07. RGB value is (117,58,7). Sum of RGB (Red+Green+Blue) = 117+58+7=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #753A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A07 is #8AC5F8. Grayscale: #464646. Windows color (decimal): -9094649 or 473717. OLE color: 473717.

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

Color convert

RGB 117 58 7 -
CMYK 0 0.50 0.94 0.54
HSL 27.82º 0.89% 0.24% -
HSV(B) 27.82º 0.94% 0.46% -
XYZ 8.89 6.82 1.05 -
YUV 69.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 117 58 7 0 0.50 0.94 0.54 27.82 0.89 0.24
Hex 75 3A 7 0 32 5E 36 1C 59 18
Octal 165 72 7 0 62 136 66 34 131 30
Binary 1110101 111010 111 0 110010 1011110 110110 11100 1011001 11000

Color Harmonies of #753A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A07

Black with #753A07

Text Example


Text Example

White with #753A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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