Html Css Color HEX #77450F Raw Umber

📋 copy color: '#77450F'

red 119 ◦ green 69 ◦ blue 15

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

Shades of Raw Umber #77450F

Tints of Raw Umber #77450F

RGB

 RED value IS 119 (46.88% from 255) = 58.62%

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

 BLUE value IS 15 (6.25% from 255) = 7.39%

R = 58.62%
G = 33.99%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77450F (or 0x77450F) is known color: Raw Umber. HEX triplet: 77, 45 and 0F. RGB value is (119,69,15). Sum of RGB (Red+Green+Blue) = 119+69+15=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #77450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77450F is #88BAF0. Grayscale: #4E4E4E. Windows color (decimal): -8960753 or 1000823. OLE color: 1000823.

HSL color Cylindrical-coordinate representation of color #77450F: hue angle of 31.15º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77450F is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 69 15 -
CMYK 0 0.42 0.87 0.53
HSL 31.15º 0.78% 0.26% -
HSV(B) 31.15º 0.87% 0.47% -
XYZ 9.82 8.21 1.52 -
YUV 77.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 119 69 15 0 0.42 0.87 0.53 31.15 0.78 0.26
Hex 77 45 F 0 2A 57 35 1F 4E 1A
Octal 167 105 17 0 52 127 65 37 116 32
Binary 1110111 1000101 1111 0 101010 1010111 110101 11111 1001110 11010

Color Harmonies of #77450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77450F

Black with #77450F

Text Example


Text Example

White with #77450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77450F; }

 p { color: rgb(119,69,15); }

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

background-color css

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

 a { background-color: rgb(119,69,15); }

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

border-color css

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

 span { border-color: rgb(119,69,15); }

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