Html Css Color HEX #795F6A Scorpion

📋 copy color: '#795F6A'

red 121 ◦ green 95 ◦ blue 106

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

Shades of Scorpion #795F6A

Tints of Scorpion #795F6A

RGB

 RED value IS 121 (47.66% from 255) = 37.58%

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

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 37.58%
G = 29.5%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#795F6A (or 0x795F6A) is known color: Scorpion. HEX triplet: 79, 5F and 6A. RGB value is (121,95,106). Sum of RGB (Red+Green+Blue) = 121+95+106=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #795F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795F6A is #86A095. Grayscale: #686868. Windows color (decimal): -8822934 or 6971257. OLE color: 6971257.

HSL color Cylindrical-coordinate representation of color #795F6A: hue angle of 334.62º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #795F6A is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 95 106 -
CMYK 0 0.21 0.12 0.53
HSL 334.62º 0.12% 0.42% -
HSV(B) 334.62º 0.21% 0.47% -
XYZ 14.58 13.29 15.43 -
YUV 104.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 121 95 106 0 0.21 0.12 0.53 334.62 0.12 0.42
Hex 79 5F 6A 0 15 C 35 14F C 2A
Octal 171 137 152 0 25 14 65 517 14 52
Binary 1111001 1011111 1101010 0 10101 1100 110101 101001111 1100 101010

Color Harmonies of #795F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795F6A

Black with #795F6A

Text Example


Text Example

White with #795F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795F6A; }

 p { color: rgb(121,95,106); }

 H1.HeaderClassName
 {
   color: #795F6A;
 }
 .AnyTagClassName
 {
   color: #795F6A;
 }
</style>

background-color css

<style>
 a { background-color: #795F6A; }

 a { background-color: rgb(121,95,106); }

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

border-color css

<style>
 span { border-color: #795F6A; }

 span { border-color: rgb(121,95,106); }

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