Html Css Color HEX #77450D Raw Umber

📋 copy color: '#77450D'

red 119 ◦ green 69 ◦ blue 13

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

Shades of Raw Umber #77450D

Tints of Raw Umber #77450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 59.2%
G = 34.33%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77450D (or 0x77450D) is known color: Raw Umber. HEX triplet: 77, 45 and 0D. RGB value is (119,69,13). Sum of RGB (Red+Green+Blue) = 119+69+13=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77450D is #88BAF2. Grayscale: #4D4D4D. Windows color (decimal): -8960755 or 869751. OLE color: 869751.

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

Color convert

RGB 119 69 13 -
CMYK 0 0.42 0.89 0.53
HSL 31.7º 0.8% 0.26% -
HSV(B) 31.7º 0.89% 0.47% -
XYZ 9.81 8.21 1.45 -
YUV 77.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 119 69 13 0 0.42 0.89 0.53 31.7 0.8 0.26
Hex 77 45 D 0 2A 59 35 20 50 1A
Octal 167 105 15 0 52 131 65 40 120 32
Binary 1110111 1000101 1101 0 101010 1011001 110101 100000 1010000 11010

Color Harmonies of #77450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77450D

Black with #77450D

Text Example


Text Example

White with #77450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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