Html Css Color HEX #7D626C Scorpion

📋 copy color: '#7D626C'

red 125 ◦ green 98 ◦ blue 108

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

Shades of Scorpion #7D626C

Tints of Scorpion #7D626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

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

R = 37.76%
G = 29.61%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D626C (or 0x7D626C) is known color: Scorpion. HEX triplet: 7D, 62 and 6C. RGB value is (125,98,108). Sum of RGB (Red+Green+Blue) = 125+98+108=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D626C is #829D93. Grayscale: #6B6B6B. Windows color (decimal): -8560020 or 7103101. OLE color: 7103101.

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

Color convert

RGB 125 98 108 -
CMYK 0 0.22 0.14 0.51
HSL 337.78º 0.12% 0.44% -
HSV(B) 337.78º 0.22% 0.49% -
XYZ 15.53 14.18 16.11 -
YUV 107.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 125 98 108 0 0.22 0.14 0.51 337.78 0.12 0.44
Hex 7D 62 6C 0 16 E 33 152 C 2C
Octal 175 142 154 0 26 16 63 522 14 54
Binary 1111101 1100010 1101100 0 10110 1110 110011 101010010 1100 101100

Color Harmonies of #7D626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D626C

Black with #7D626C

Text Example


Text Example

White with #7D626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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