Html Css Color HEX #754C07 Raw Umber

📋 copy color: '#754C07'

red 117 ◦ green 76 ◦ blue 7

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

Shades of Raw Umber #754C07

Tints of Raw Umber #754C07

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38%

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

R = 58.5%
G = 38%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#754C07 (or 0x754C07) is known color: Raw Umber. HEX triplet: 75, 4C and 07. RGB value is (117,76,7). Sum of RGB (Red+Green+Blue) = 117+76+7=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #754C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C07 is #8AB3F8. Grayscale: #505050. Windows color (decimal): -9090041 or 478325. OLE color: 478325.

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

Color convert

RGB 117 76 7 -
CMYK 0 0.35 0.94 0.54
HSL 37.64º 0.89% 0.24% -
HSV(B) 37.64º 0.94% 0.46% -
XYZ 9.96 8.97 1.41 -
YUV 80.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 117 76 7 0 0.35 0.94 0.54 37.64 0.89 0.24
Hex 75 4C 7 0 23 5E 36 26 59 18
Octal 165 114 7 0 43 136 66 46 131 30
Binary 1110101 1001100 111 0 100011 1011110 110110 100110 1011001 11000

Color Harmonies of #754C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C07

Black with #754C07

Text Example


Text Example

White with #754C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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