Html Css Color HEX #765D74 Old Lavender

📋 copy color: '#765D74'

red 118 ◦ green 93 ◦ blue 116

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

Shades of Old Lavender #765D74

Tints of Old Lavender #765D74

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.44%

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 36.09%
G = 28.44%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#765D74 (or 0x765D74) is known color: Old Lavender. HEX triplet: 76, 5D and 74. RGB value is (118,93,116). Sum of RGB (Red+Green+Blue) = 118+93+116=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #765D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D74 is #89A28B. Grayscale: #676767. Windows color (decimal): -9020044 or 7626102. OLE color: 7626102.

HSL color Cylindrical-coordinate representation of color #765D74: hue angle of 304.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #765D74 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 93 116 -
CMYK 0 0.21 0.02 0.54
HSL 304.8º 0.12% 0.41% -
HSV(B) 304.8º 0.21% 0.46% -
XYZ 14.54 12.94 18.25 -
YUV 103.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 118 93 116 0 0.21 0.02 0.54 304.8 0.12 0.41
Hex 76 5D 74 0 15 2 36 131 C 29
Octal 166 135 164 0 25 2 66 461 14 51
Binary 1110110 1011101 1110100 0 10101 10 110110 100110001 1100 101001

Color Harmonies of #765D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D74

Black with #765D74

Text Example


Text Example

White with #765D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765D74; }

 p { color: rgb(118,93,116); }

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

background-color css

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

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

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

border-color css

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

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

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