Html Css Color HEX #7E706C Pharlap

📋 copy color: '#7E706C'

red 126 ◦ green 112 ◦ blue 108

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

Shades of Pharlap #7E706C

Tints of Pharlap #7E706C

RGB

 RED value IS 126 (49.61% from 255) = 36.42%

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

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 36.42%
G = 32.37%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7E706C (or 0x7E706C) is known color: Pharlap. HEX triplet: 7E, 70 and 6C. RGB value is (126,112,108). Sum of RGB (Red+Green+Blue) = 126+112+108=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 126 - color contains mainly: red. Hex color #7E706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E706C is #818F93. Grayscale: #737373. Windows color (decimal): -8490900 or 7106686. OLE color: 7106686.

HSL color Cylindrical-coordinate representation of color #7E706C: hue angle of 13.33º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E706C is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 112 108 -
CMYK 0 0.11 0.14 0.51
HSL 13.33º 0.08% 0.46% -
HSV(B) 13.33º 0.14% 0.49% -
XYZ 17.11 17.11 16.59 -
YUV 115.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 126 112 108 0 0.11 0.14 0.51 13.33 0.08 0.46
Hex 7E 70 6C 0 B E 33 D 8 2E
Octal 176 160 154 0 13 16 63 15 10 56
Binary 1111110 1110000 1101100 0 1011 1110 110011 1101 1000 101110

Color Harmonies of #7E706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E706C

Black with #7E706C

Text Example


Text Example

White with #7E706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,112,108); }

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

background-color css

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

 a { background-color: rgb(126,112,108); }

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

border-color css

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

 span { border-color: rgb(126,112,108); }

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