Html Css Color HEX #7D6069 Scorpion

📋 copy color: '#7D6069'

red 125 ◦ green 96 ◦ blue 105

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

Shades of Scorpion #7D6069

Tints of Scorpion #7D6069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.21%

R = 38.34%
G = 29.45%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D6069 (or 0x7D6069) is known color: Scorpion. HEX triplet: 7D, 60 and 69. RGB value is (125,96,105). Sum of RGB (Red+Green+Blue) = 125+96+105=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6069 is #829F96. Grayscale: #696969. Windows color (decimal): -8560535 or 6905981. OLE color: 6905981.

HSL color Cylindrical-coordinate representation of color #7D6069: hue angle of 341.38º 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 #7D6069 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 96 105 -
CMYK 0 0.23 0.16 0.51
HSL 341.38º 0.13% 0.43% -
HSV(B) 341.38º 0.23% 0.49% -
XYZ 15.19 13.75 15.22 -
YUV 105.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 125 96 105 0 0.23 0.16 0.51 341.38 0.13 0.43
Hex 7D 60 69 0 17 10 33 155 D 2B
Octal 175 140 151 0 27 20 63 525 15 53
Binary 1111101 1100000 1101001 0 10111 10000 110011 101010101 1101 101011

Color Harmonies of #7D6069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6069

Black with #7D6069

Text Example


Text Example

White with #7D6069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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