Html Css Color HEX #772F27 Lusty

📋 copy color: '#772F27'

red 119 ◦ green 47 ◦ blue 39

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

Shades of Lusty #772F27

Tints of Lusty #772F27

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.93%

 BLUE value IS 39 (15.63% from 255) = 19.02%

R = 58.05%
G = 22.93%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#772F27 (or 0x772F27) is known color: Lusty. HEX triplet: 77, 2F and 27. RGB value is (119,47,39). Sum of RGB (Red+Green+Blue) = 119+47+39=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #772F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F27 is #88D0D8. Grayscale: #434343. Windows color (decimal): -8966361 or 2568055. OLE color: 2568055.

HSL color Cylindrical-coordinate representation of color #772F27: hue angle of 6º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #772F27 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 47 39 -
CMYK 0 0.61 0.67 0.53
HSL 0.51% 0.31% -
HSV(B) 0.67% 0.47% -
XYZ 8.99 6.1 2.62 -
YUV 67.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 119 47 39 0 0.61 0.67 0.53 6 0.51 0.31
Hex 77 2F 27 0 3D 43 35 6 33 1F
Octal 167 57 47 0 75 103 65 6 63 37
Binary 1110111 101111 100111 0 111101 1000011 110101 110 110011 11111

Color Harmonies of #772F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F27

Black with #772F27

Text Example


Text Example

White with #772F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772F27; }

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

 H1.HeaderClassName
 {
   color: #772F27;
 }
 .AnyTagClassName
 {
   color: #772F27;
 }
</style>

background-color css

<style>
 a { background-color: #772F27; }

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

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

border-color css

<style>
 span { border-color: #772F27; }

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

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