Html Css Color HEX #754407 Raw Umber

📋 copy color: '#754407'

red 117 ◦ green 68 ◦ blue 7

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

Shades of Raw Umber #754407

Tints of Raw Umber #754407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

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

R = 60.94%
G = 35.42%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#754407 (or 0x754407) is known color: Raw Umber. HEX triplet: 75, 44 and 07. RGB value is (117,68,7). Sum of RGB (Red+Green+Blue) = 117+68+7=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #754407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754407 is #8ABBF8. Grayscale: #4B4B4B. Windows color (decimal): -9092089 or 476277. OLE color: 476277.

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

Color convert

RGB 117 68 7 -
CMYK 0 0.42 0.94 0.54
HSL 33.27º 0.89% 0.24% -
HSV(B) 33.27º 0.94% 0.46% -
XYZ 9.44 7.93 1.23 -
YUV 75.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 117 68 7 0 0.42 0.94 0.54 33.27 0.89 0.24
Hex 75 44 7 0 2A 5E 36 21 59 18
Octal 165 104 7 0 52 136 66 41 131 30
Binary 1110101 1000100 111 0 101010 1011110 110110 100001 1011001 11000

Color Harmonies of #754407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754407

Black with #754407

Text Example


Text Example

White with #754407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754407; }

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

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

background-color css

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

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

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

border-color css

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

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

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