Html Css Color HEX #744507 Raw Umber

📋 copy color: '#744507'

red 116 ◦ green 69 ◦ blue 7

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

Shades of Raw Umber #744507

Tints of Raw Umber #744507

RGB

 RED value IS 116 (45.7% from 255) = 60.42%

 GREEN value IS 69 (27.34% from 255) = 35.94%

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

R = 60.42%
G = 35.94%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#744507 (or 0x744507) is known color: Raw Umber. HEX triplet: 74, 45 and 07. RGB value is (116,69,7). Sum of RGB (Red+Green+Blue) = 116+69+7=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #744507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744507 is #8BBAF8. Grayscale: #4C4C4C. Windows color (decimal): -9157369 or 476532. OLE color: 476532.

HSL color Cylindrical-coordinate representation of color #744507: hue angle of 34.13º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #744507 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 69 7 -
CMYK 0 0.41 0.94 0.55
HSL 34.13º 0.89% 0.24% -
HSV(B) 34.13º 0.94% 0.45% -
XYZ 9.37 7.98 1.25 -
YUV 75.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 116 69 7 0 0.41 0.94 0.55 34.13 0.89 0.24
Hex 74 45 7 0 29 5E 37 22 59 18
Octal 164 105 7 0 51 136 67 42 131 30
Binary 1110100 1000101 111 0 101001 1011110 110111 100010 1011001 11000

Color Harmonies of #744507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744507

Black with #744507

Text Example


Text Example

White with #744507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744507; }

 p { color: rgb(116,69,7); }

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

background-color css

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

 a { background-color: rgb(116,69,7); }

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

border-color css

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

 span { border-color: rgb(116,69,7); }

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