Html Css Color HEX #762B25 Lusty

📋 copy color: '#762B25'

red 118 ◦ green 43 ◦ blue 37

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

Shades of Lusty #762B25

Tints of Lusty #762B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.69%

R = 59.6%
G = 21.72%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#762B25 (or 0x762B25) is known color: Lusty. HEX triplet: 76, 2B and 25. RGB value is (118,43,37). Sum of RGB (Red+Green+Blue) = 118+43+37=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #762B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B25 is #89D4DA. Grayscale: #404040. Windows color (decimal): -9032923 or 2435958. OLE color: 2435958.

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

Color convert

RGB 118 43 37 -
CMYK 0 0.64 0.69 0.54
HSL 4.44º 0.52% 0.3% -
HSV(B) 4.44º 0.69% 0.46% -
XYZ 8.67 5.71 2.4 -
YUV 64.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 118 43 37 0 0.64 0.69 0.54 4.44 0.52 0.3
Hex 76 2B 25 0 40 45 36 4 34 1E
Octal 166 53 45 0 100 105 66 4 64 36
Binary 1110110 101011 100101 0 1000000 1000101 110110 100 110100 11110

Color Harmonies of #762B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B25

Black with #762B25

Text Example


Text Example

White with #762B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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