Html Css Color HEX #77481A Russet

📋 copy color: '#77481A'

red 119 ◦ green 72 ◦ blue 26

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

Shades of Russet #77481A

Tints of Russet #77481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.18%

 BLUE value IS 26 (10.55% from 255) = 11.98%

R = 54.84%
G = 33.18%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77481A (or 0x77481A) is known color: Russet. HEX triplet: 77, 48 and 1A. RGB value is (119,72,26). Sum of RGB (Red+Green+Blue) = 119+72+26=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77481A is #88B7E5. Grayscale: #515151. Windows color (decimal): -8959974 or 1722487. OLE color: 1722487.

HSL color Cylindrical-coordinate representation of color #77481A: hue angle of 29.68º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77481A is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 72 26 -
CMYK 0 0.39 0.78 0.53
HSL 29.68º 0.64% 0.28% -
HSV(B) 29.68º 0.78% 0.47% -
XYZ 10.11 8.63 2.11 -
YUV 80.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 119 72 26 0 0.39 0.78 0.53 29.68 0.64 0.28
Hex 77 48 1A 0 27 4E 35 1E 40 1C
Octal 167 110 32 0 47 116 65 36 100 34
Binary 1110111 1001000 11010 0 100111 1001110 110101 11110 1000000 11100

Color Harmonies of #77481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77481A

Black with #77481A

Text Example


Text Example

White with #77481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77481A; }

 p { color: rgb(119,72,26); }

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

background-color css

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

 a { background-color: rgb(119,72,26); }

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

border-color css

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

 span { border-color: rgb(119,72,26); }

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