Html Css Color HEX #7F6A7B Old Lavender

📋 copy color: '#7F6A7B'

red 127 ◦ green 106 ◦ blue 123

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

Shades of Old Lavender #7F6A7B

Tints of Old Lavender #7F6A7B

RGB

 RED value IS 127 (50% from 255) = 35.67%

 GREEN value IS 106 (41.8% from 255) = 29.78%

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 35.67%
G = 29.78%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#7F6A7B (or 0x7F6A7B) is known color: Old Lavender. HEX triplet: 7F, 6A and 7B. RGB value is (127,106,123). Sum of RGB (Red+Green+Blue) = 127+106+123=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6A7B is #809584. Grayscale: #727272. Windows color (decimal): -8426885 or 8088191. OLE color: 8088191.

HSL color Cylindrical-coordinate representation of color #7F6A7B: hue angle of 311.43º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F6A7B is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 106 123 -
CMYK 0 0.17 0.03 0.50
HSL 311.43º 0.09% 0.46% -
HSV(B) 311.43º 0.17% 0.5% -
XYZ 17.48 16.25 20.95 -
YUV 114.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 127 106 123 0 0.17 0.03 0.50 311.43 0.09 0.46
Hex 7F 6A 7B 0 11 3 32 137 9 2E
Octal 177 152 173 0 21 3 62 467 11 56
Binary 1111111 1101010 1111011 0 10001 11 110010 100110111 1001 101110

Color Harmonies of #7F6A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6A7B

Black with #7F6A7B

Text Example


Text Example

White with #7F6A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6A7B; }

 p { color: rgb(127,106,123); }

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

background-color css

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

 a { background-color: rgb(127,106,123); }

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

border-color css

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

 span { border-color: rgb(127,106,123); }

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