Html Css Color HEX #7D616E Scorpion

📋 copy color: '#7D616E'

red 125 ◦ green 97 ◦ blue 110

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

Shades of Scorpion #7D616E

Tints of Scorpion #7D616E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 37.65%
G = 29.22%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7D616E (or 0x7D616E) is known color: Scorpion. HEX triplet: 7D, 61 and 6E. RGB value is (125,97,110). Sum of RGB (Red+Green+Blue) = 125+97+110=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D616E is #829E91. Grayscale: #6A6A6A. Windows color (decimal): -8560274 or 7233917. OLE color: 7233917.

HSL color Cylindrical-coordinate representation of color #7D616E: hue angle of 332.14º degrees, saturation: 0.13, 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 #7D616E is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 97 110 -
CMYK 0 0.22 0.12 0.51
HSL 332.14º 0.13% 0.44% -
HSV(B) 332.14º 0.22% 0.49% -
XYZ 15.55 14.04 16.64 -
YUV 106.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 125 97 110 0 0.22 0.12 0.51 332.14 0.13 0.44
Hex 7D 61 6E 0 16 C 33 14C D 2C
Octal 175 141 156 0 26 14 63 514 15 54
Binary 1111101 1100001 1101110 0 10110 1100 110011 101001100 1101 101100

Color Harmonies of #7D616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D616E

Black with #7D616E

Text Example


Text Example

White with #7D616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,97,110); }

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

background-color css

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

 a { background-color: rgb(125,97,110); }

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

border-color css

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

 span { border-color: rgb(125,97,110); }

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