Html Css Color HEX #7F677B Old Lavender

📋 copy color: '#7F677B'

red 127 ◦ green 103 ◦ blue 123

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

Shades of Old Lavender #7F677B

Tints of Old Lavender #7F677B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

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

R = 35.98%
G = 29.18%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#7F677B (or 0x7F677B) is known color: Old Lavender. HEX triplet: 7F, 67 and 7B. RGB value is (127,103,123). Sum of RGB (Red+Green+Blue) = 127+103+123=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 127 - color contains mainly: red. Hex color #7F677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F677B is #809884. Grayscale: #707070. Windows color (decimal): -8427653 or 8087423. OLE color: 8087423.

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

Color convert

RGB 127 103 123 -
CMYK 0 0.19 0.03 0.50
HSL 310º 0.1% 0.45% -
HSV(B) 310º 0.19% 0.5% -
XYZ 17.18 15.64 20.85 -
YUV 112.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 127 103 123 0 0.19 0.03 0.50 310 0.1 0.45
Hex 7F 67 7B 0 13 3 32 136 A 2D
Octal 177 147 173 0 23 3 62 466 12 55
Binary 1111111 1100111 1111011 0 10011 11 110010 100110110 1010 101101

Color Harmonies of #7F677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F677B

Black with #7F677B

Text Example


Text Example

White with #7F677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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