Html Css Color HEX #776272 Old Lavender

📋 copy color: '#776272'

red 119 ◦ green 98 ◦ blue 114

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

Shades of Old Lavender #776272

Tints of Old Lavender #776272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.44%

R = 35.95%
G = 29.61%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#776272 (or 0x776272) is known color: Old Lavender. HEX triplet: 77, 62 and 72. RGB value is (119,98,114). Sum of RGB (Red+Green+Blue) = 119+98+114=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #776272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776272 is #889D8D. Grayscale: #6A6A6A. Windows color (decimal): -8953230 or 7496311. OLE color: 7496311.

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

Color convert

RGB 119 98 114 -
CMYK 0 0.18 0.04 0.53
HSL 314.29º 0.1% 0.43% -
HSV(B) 314.29º 0.18% 0.47% -
XYZ 15.01 13.87 17.81 -
YUV 106.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 119 98 114 0 0.18 0.04 0.53 314.29 0.1 0.43
Hex 77 62 72 0 12 4 35 13A A 2B
Octal 167 142 162 0 22 4 65 472 12 53
Binary 1110111 1100010 1110010 0 10010 100 110101 100111010 1010 101011

Color Harmonies of #776272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776272

Black with #776272

Text Example


Text Example

White with #776272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776272; }

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

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

background-color css

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

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

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

border-color css

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

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

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