Html Css Color HEX #762827 Lusty

📋 copy color: '#762827'

red 118 ◦ green 40 ◦ blue 39

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

Shades of Lusty #762827

Tints of Lusty #762827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.3%

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

R = 59.9%
G = 20.3%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#762827 (or 0x762827) is known color: Lusty. HEX triplet: 76, 28 and 27. RGB value is (118,40,39). Sum of RGB (Red+Green+Blue) = 118+40+39=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #762827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762827 is #89D7D8. Grayscale: #3F3F3F. Windows color (decimal): -9033689 or 2566262. OLE color: 2566262.

HSL color Cylindrical-coordinate representation of color #762827: hue angle of 0.76º 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 #762827 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 39 -
CMYK 0 0.66 0.67 0.54
HSL 0.76º 0.5% 0.31% -
HSV(B) 0.76º 0.67% 0.46% -
XYZ 8.6 5.52 2.53 -
YUV 63.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 118 40 39 0 0.66 0.67 0.54 0.76 0.5 0.31
Hex 76 28 27 0 42 43 36 1 32 1F
Octal 166 50 47 0 102 103 66 1 62 37
Binary 1110110 101000 100111 0 1000010 1000011 110110 1 110010 11111

Color Harmonies of #762827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762827

Black with #762827

Text Example


Text Example

White with #762827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762827; }

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

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

background-color css

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

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

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

border-color css

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

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

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