Html Css Color HEX #7D606B Scorpion

📋 copy color: '#7D606B'

red 125 ◦ green 96 ◦ blue 107

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

Shades of Scorpion #7D606B

Tints of Scorpion #7D606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 38.11%
G = 29.27%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D606B (or 0x7D606B) is known color: Scorpion. HEX triplet: 7D, 60 and 6B. RGB value is (125,96,107). Sum of RGB (Red+Green+Blue) = 125+96+107=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 125 - color contains mainly: red. Hex color #7D606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D606B is #829F94. Grayscale: #696969. Windows color (decimal): -8560533 or 7037053. OLE color: 7037053.

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

Color convert

RGB 125 96 107 -
CMYK 0 0.23 0.14 0.51
HSL 337.24º 0.13% 0.43% -
HSV(B) 337.24º 0.23% 0.49% -
XYZ 15.29 13.79 15.77 -
YUV 105.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 125 96 107 0 0.23 0.14 0.51 337.24 0.13 0.43
Hex 7D 60 6B 0 17 E 33 151 D 2B
Octal 175 140 153 0 27 16 63 521 15 53
Binary 1111101 1100000 1101011 0 10111 1110 110011 101010001 1101 101011

Color Harmonies of #7D606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D606B

Black with #7D606B

Text Example


Text Example

White with #7D606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,96,107); }

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

background-color css

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

 a { background-color: rgb(125,96,107); }

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

border-color css

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

 span { border-color: rgb(125,96,107); }

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