Html Css Color HEX #77481B Russet

📋 copy color: '#77481B'

red 119 ◦ green 72 ◦ blue 27

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

Shades of Russet #77481B

Tints of Russet #77481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.39%

R = 54.59%
G = 33.03%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77481B (or 0x77481B) is known color: Russet. HEX triplet: 77, 48 and 1B. RGB value is (119,72,27). Sum of RGB (Red+Green+Blue) = 119+72+27=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77481B is #88B7E4. Grayscale: #515151. Windows color (decimal): -8959973 or 1788023. OLE color: 1788023.

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

Color convert

RGB 119 72 27 -
CMYK 0 0.39 0.77 0.53
HSL 29.35º 0.63% 0.29% -
HSV(B) 29.35º 0.77% 0.47% -
XYZ 10.12 8.64 2.17 -
YUV 80.92 97.57 155.16 -
System Red Green Blue C M Y K H S L
Decimal 119 72 27 0 0.39 0.77 0.53 29.35 0.63 0.29
Hex 77 48 1B 0 27 4D 35 1D 3F 1D
Octal 167 110 33 0 47 115 65 35 77 35
Binary 1110111 1001000 11011 0 100111 1001101 110101 11101 111111 11101

Color Harmonies of #77481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77481B

Black with #77481B

Text Example


Text Example

White with #77481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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