Html Css Color HEX #7A5F69 Scorpion

📋 copy color: '#7A5F69'

red 122 ◦ green 95 ◦ blue 105

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

Shades of Scorpion #7A5F69

Tints of Scorpion #7A5F69

RGB

 RED value IS 122 (48.05% from 255) = 37.89%

 GREEN value IS 95 (37.5% from 255) = 29.5%

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

R = 37.89%
G = 29.5%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#7A5F69 (or 0x7A5F69) is known color: Scorpion. HEX triplet: 7A, 5F and 69. RGB value is (122,95,105). Sum of RGB (Red+Green+Blue) = 122+95+105=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5F69 is #85A096. Grayscale: #686868. Windows color (decimal): -8757399 or 6905722. OLE color: 6905722.

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

Color convert

RGB 122 95 105 -
CMYK 0 0.22 0.14 0.52
HSL 337.78º 0.12% 0.43% -
HSV(B) 337.78º 0.22% 0.48% -
XYZ 14.67 13.34 15.17 -
YUV 104.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 122 95 105 0 0.22 0.14 0.52 337.78 0.12 0.43
Hex 7A 5F 69 0 16 E 34 152 C 2B
Octal 172 137 151 0 26 16 64 522 14 53
Binary 1111010 1011111 1101001 0 10110 1110 110100 101010010 1100 101011

Color Harmonies of #7A5F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5F69

Black with #7A5F69

Text Example


Text Example

White with #7A5F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,95,105); }

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

background-color css

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

 a { background-color: rgb(122,95,105); }

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

border-color css

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

 span { border-color: rgb(122,95,105); }

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