Html Css Color HEX #744707 Raw Umber

📋 copy color: '#744707'

red 116 ◦ green 71 ◦ blue 7

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

Shades of Raw Umber #744707

Tints of Raw Umber #744707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.6%

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

R = 59.79%
G = 36.6%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#744707 (or 0x744707) is known color: Raw Umber. HEX triplet: 74, 47 and 07. RGB value is (116,71,7). Sum of RGB (Red+Green+Blue) = 116+71+7=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #744707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744707 is #8BB8F8. Grayscale: #4D4D4D. Windows color (decimal): -9156857 or 477044. OLE color: 477044.

HSL color Cylindrical-coordinate representation of color #744707: hue angle of 35.23º 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 #744707 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 71 7 -
CMYK 0 0.39 0.94 0.55
HSL 35.23º 0.89% 0.24% -
HSV(B) 35.23º 0.94% 0.45% -
XYZ 9.49 8.23 1.29 -
YUV 77.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 116 71 7 0 0.39 0.94 0.55 35.23 0.89 0.24
Hex 74 47 7 0 27 5E 37 23 59 18
Octal 164 107 7 0 47 136 67 43 131 30
Binary 1110100 1000111 111 0 100111 1011110 110111 100011 1011001 11000

Color Harmonies of #744707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744707

Black with #744707

Text Example


Text Example

White with #744707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744707; }

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

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

background-color css

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

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

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

border-color css

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

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

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