Html Css Color HEX #776273 Old Lavender

📋 copy color: '#776273'

red 119 ◦ green 98 ◦ blue 115

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

Shades of Old Lavender #776273

Tints of Old Lavender #776273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 35.84%
G = 29.52%
B = 34.64%

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

#776273 (or 0x776273) is known color: Old Lavender. HEX triplet: 77, 62 and 73. RGB value is (119,98,115). Sum of RGB (Red+Green+Blue) = 119+98+115=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776273 is #889D8C. Grayscale: #6A6A6A. Windows color (decimal): -8953229 or 7561847. OLE color: 7561847.

HSL color Cylindrical-coordinate representation of color #776273: hue angle of 311.43º 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 #776273 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 98 115 -
CMYK 0 0.18 0.03 0.53
HSL 311.43º 0.1% 0.43% -
HSV(B) 311.43º 0.18% 0.47% -
XYZ 15.07 13.9 18.11 -
YUV 106.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 119 98 115 0 0.18 0.03 0.53 311.43 0.1 0.43
Hex 77 62 73 0 12 3 35 137 A 2B
Octal 167 142 163 0 22 3 65 467 12 53
Binary 1110111 1100010 1110011 0 10010 11 110101 100110111 1010 101011

Color Harmonies of #776273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776273

Black with #776273

Text Example


Text Example

White with #776273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776273; }

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

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

background-color css

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

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

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

border-color css

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

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

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