Html Css Color HEX #776274 Old Lavender

📋 copy color: '#776274'

red 119 ◦ green 98 ◦ blue 116

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

Shades of Old Lavender #776274

Tints of Old Lavender #776274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

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

R = 35.74%
G = 29.43%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#776274 (or 0x776274) is known color: Old Lavender. HEX triplet: 77, 62 and 74. RGB value is (119,98,116). Sum of RGB (Red+Green+Blue) = 119+98+116=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #776274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776274 is #889D8B. Grayscale: #6A6A6A. Windows color (decimal): -8953228 or 7627383. OLE color: 7627383.

HSL color Cylindrical-coordinate representation of color #776274: hue angle of 308.57º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776274 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 98 116 -
CMYK 0 0.18 0.03 0.53
HSL 308.57º 0.1% 0.43% -
HSV(B) 308.57º 0.18% 0.47% -
XYZ 15.13 13.92 18.41 -
YUV 106.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 119 98 116 0 0.18 0.03 0.53 308.57 0.1 0.43
Hex 77 62 74 0 12 3 35 135 A 2B
Octal 167 142 164 0 22 3 65 465 12 53
Binary 1110111 1100010 1110100 0 10010 11 110101 100110101 1010 101011

Color Harmonies of #776274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776274

Black with #776274

Text Example


Text Example

White with #776274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776274; }

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

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

background-color css

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

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

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

border-color css

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

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

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