Html Css Color HEX #7D7E6C Tapa

📋 copy color: '#7D7E6C'

red 125 ◦ green 126 ◦ blue 108

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

Shades of Tapa #7D7E6C

Tints of Tapa #7D7E6C

RGB

 RED value IS 125 (49.22% from 255) = 34.82%

 GREEN value IS 126 (49.61% from 255) = 35.1%

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

R = 34.82%
G = 35.1%
B = 30.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D7E6C (or 0x7D7E6C) is known color: Tapa. HEX triplet: 7D, 7E and 6C. RGB value is (125,126,108). Sum of RGB (Red+Green+Blue) = 125+126+108=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 126 - color contains mainly: green. Hex color #7D7E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7E6C is #828193. Grayscale: #7B7B7B. Windows color (decimal): -8552852 or 7110269. OLE color: 7110269.

HSL color Cylindrical-coordinate representation of color #7D7E6C: hue angle of 63.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 #7D7E6C is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 126 108 -
CMYK 0.01 0 0.14 0.51
HSL 63.33º 0.08% 0.46% -
HSV(B) 63.33º 0.14% 0.49% -
XYZ 18.63 20.36 17.14 -
YUV 123.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 125 126 108 0.01 0 0.14 0.51 63.33 0.08 0.46
Hex 7D 7E 6C 1 0 E 33 3F 8 2E
Octal 175 176 154 1 0 16 63 77 10 56
Binary 1111101 1111110 1101100 1 0 1110 110011 111111 1000 101110

Color Harmonies of #7D7E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7E6C

Black with #7D7E6C

Text Example


Text Example

White with #7D7E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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