Html Css Color HEX #762B2B Lusty

📋 copy color: '#762B2B'

red 118 ◦ green 43 ◦ blue 43

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

Shades of Lusty #762B2B

Tints of Lusty #762B2B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.08%

 BLUE value IS 43 (17.19% from 255) = 21.08%

R = 57.84%
G = 21.08%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#762B2B (or 0x762B2B) is known color: Lusty. HEX triplet: 76, 2B and 2B. RGB value is (118,43,43). Sum of RGB (Red+Green+Blue) = 118+43+43=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #762B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B2B is #89D4D4. Grayscale: #414141. Windows color (decimal): -9032917 or 2829174. OLE color: 2829174.

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

Color convert

RGB 118 43 43 -
CMYK 0 0.64 0.64 0.54
HSL 0.47% 0.32% -
HSV(B) 0.64% 0.46% -
XYZ 8.77 5.75 2.93 -
YUV 65.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 118 43 43 0 0.64 0.64 0.54 0 0.47 0.32
Hex 76 2B 2B 0 40 40 36 0 2F 20
Octal 166 53 53 0 100 100 66 0 57 40
Binary 1110110 101011 101011 0 1000000 1000000 110110 0 101111 100000

Color Harmonies of #762B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B2B

Black with #762B2B

Text Example


Text Example

White with #762B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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