Html Css Color HEX #7C707B Old Lavender

📋 copy color: '#7C707B'

red 124 ◦ green 112 ◦ blue 123

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

Shades of Old Lavender #7C707B

Tints of Old Lavender #7C707B

RGB

 RED value IS 124 (48.83% from 255) = 34.54%

 GREEN value IS 112 (44.14% from 255) = 31.2%

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

R = 34.54%
G = 31.2%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7C707B (or 0x7C707B) is known color: Old Lavender. HEX triplet: 7C, 70 and 7B. RGB value is (124,112,123). Sum of RGB (Red+Green+Blue) = 124+112+123=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 124 - color contains mainly: red. Hex color #7C707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C707B is #838F84. Grayscale: #747474. Windows color (decimal): -8621957 or 8089724. OLE color: 8089724.

HSL color Cylindrical-coordinate representation of color #7C707B: hue angle of 305º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C707B is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 112 123 -
CMYK 0 0.10 0.01 0.51
HSL 305º 0.05% 0.46% -
HSV(B) 305º 0.1% 0.49% -
XYZ 17.68 17.3 21.15 -
YUV 116.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 124 112 123 0 0.10 0.01 0.51 305 0.05 0.46
Hex 7C 70 7B 0 A 1 33 131 5 2E
Octal 174 160 173 0 12 1 63 461 5 56
Binary 1111100 1110000 1111011 0 1010 1 110011 100110001 101 101110

Color Harmonies of #7C707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C707B

Black with #7C707B

Text Example


Text Example

White with #7C707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,112,123); }

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

background-color css

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

 a { background-color: rgb(124,112,123); }

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

border-color css

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

 span { border-color: rgb(124,112,123); }

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