Html Css Color HEX #762727 Lusty

📋 copy color: '#762727'

red 118 ◦ green 39 ◦ blue 39

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

Shades of Lusty #762727

Tints of Lusty #762727

RGB

 RED value IS 118 (46.48% from 255) = 60.2%

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

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

R = 60.2%
G = 19.9%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#762727 (or 0x762727) is known color: Lusty. HEX triplet: 76, 27 and 27. RGB value is (118,39,39). Sum of RGB (Red+Green+Blue) = 118+39+39=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #762727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762727 is #89D8D8. Grayscale: #3E3E3E. Windows color (decimal): -9033945 or 2566006. OLE color: 2566006.

HSL color Cylindrical-coordinate representation of color #762727: hue angle of 0º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762727 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 39 -
CMYK 0 0.67 0.67 0.54
HSL 0.5% 0.31% -
HSV(B) 0.67% 0.46% -
XYZ 8.56 5.45 2.52 -
YUV 62.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 118 39 39 0 0.67 0.67 0.54 0 0.5 0.31
Hex 76 27 27 0 43 43 36 0 32 1F
Octal 166 47 47 0 103 103 66 0 62 37
Binary 1110110 100111 100111 0 1000011 1000011 110110 0 110010 11111

Color Harmonies of #762727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762727

Black with #762727

Text Example


Text Example

White with #762727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762727; }

 p { color: rgb(118,39,39); }

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

background-color css

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

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

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

border-color css

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

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

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