Html Css Color HEX #745807 Raw Umber

📋 copy color: '#745807'

red 116 ◦ green 88 ◦ blue 7

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

Shades of Raw Umber #745807

Tints of Raw Umber #745807

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

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

R = 54.98%
G = 41.71%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#745807 (or 0x745807) is known color: Raw Umber. HEX triplet: 74, 58 and 07. RGB value is (116,88,7). Sum of RGB (Red+Green+Blue) = 116+88+7=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #745807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745807 is #8BA7F8. Grayscale: #575757. Windows color (decimal): -9152505 or 481396. OLE color: 481396.

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

Color convert

RGB 116 88 7 -
CMYK 0 0.24 0.94 0.55
HSL 44.59º 0.89% 0.24% -
HSV(B) 44.59º 0.94% 0.45% -
XYZ 10.73 10.71 1.7 -
YUV 87.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 116 88 7 0 0.24 0.94 0.55 44.59 0.89 0.24
Hex 74 58 7 0 18 5E 37 2D 59 18
Octal 164 130 7 0 30 136 67 55 131 30
Binary 1110100 1011000 111 0 11000 1011110 110111 101101 1011001 11000

Color Harmonies of #745807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745807

Black with #745807

Text Example


Text Example

White with #745807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745807; }

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

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

background-color css

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

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

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

border-color css

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

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

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