Html Css Color HEX #77271F Lusty

📋 copy color: '#77271F'

red 119 ◦ green 39 ◦ blue 31

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

Shades of Lusty #77271F

Tints of Lusty #77271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.63%

 BLUE value IS 31 (12.5% from 255) = 16.4%

R = 62.96%
G = 20.63%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77271F (or 0x77271F) is known color: Lusty. HEX triplet: 77, 27 and 1F. RGB value is (119,39,31). Sum of RGB (Red+Green+Blue) = 119+39+31=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #77271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77271F is #88D8E0. Grayscale: #3E3E3E. Windows color (decimal): -8968417 or 2041719. OLE color: 2041719.

HSL color Cylindrical-coordinate representation of color #77271F: hue angle of 5.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77271F is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 39 31 -
CMYK 0 0.67 0.74 0.53
HSL 5.45º 0.59% 0.29% -
HSV(B) 5.45º 0.74% 0.47% -
XYZ 8.58 5.47 1.9 -
YUV 62.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 119 39 31 0 0.67 0.74 0.53 5.45 0.59 0.29
Hex 77 27 1F 0 43 4A 35 5 3B 1D
Octal 167 47 37 0 103 112 65 5 73 35
Binary 1110111 100111 11111 0 1000011 1001010 110101 101 111011 11101

Color Harmonies of #77271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77271F

Black with #77271F

Text Example


Text Example

White with #77271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,39,31); }

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

background-color css

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

 a { background-color: rgb(119,39,31); }

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

border-color css

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

 span { border-color: rgb(119,39,31); }

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