Html Css Color HEX #775B74 Old Lavender

📋 copy color: '#775B74'

red 119 ◦ green 91 ◦ blue 116

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

Shades of Old Lavender #775B74

Tints of Old Lavender #775B74

RGB

 RED value IS 119 (46.88% from 255) = 36.5%

 GREEN value IS 91 (35.94% from 255) = 27.91%

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

R = 36.5%
G = 27.91%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#775B74 (or 0x775B74) is known color: Old Lavender. HEX triplet: 77, 5B and 74. RGB value is (119,91,116). Sum of RGB (Red+Green+Blue) = 119+91+116=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #775B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B74 is #88A48B. Grayscale: #666666. Windows color (decimal): -8955020 or 7625591. OLE color: 7625591.

HSL color Cylindrical-coordinate representation of color #775B74: hue angle of 306.43º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775B74 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 91 116 -
CMYK 0 0.24 0.03 0.53
HSL 306.43º 0.13% 0.41% -
HSV(B) 306.43º 0.24% 0.47% -
XYZ 14.5 12.67 18.2 -
YUV 102.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 119 91 116 0 0.24 0.03 0.53 306.43 0.13 0.41
Hex 77 5B 74 0 18 3 35 132 D 29
Octal 167 133 164 0 30 3 65 462 15 51
Binary 1110111 1011011 1110100 0 11000 11 110101 100110010 1101 101001

Color Harmonies of #775B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775B74

Black with #775B74

Text Example


Text Example

White with #775B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775B74; }

 p { color: rgb(119,91,116); }

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

background-color css

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

 a { background-color: rgb(119,91,116); }

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

border-color css

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

 span { border-color: rgb(119,91,116); }

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