Html Css Color HEX #795F6C Scorpion

📋 copy color: '#795F6C'

red 121 ◦ green 95 ◦ blue 108

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

Shades of Scorpion #795F6C

Tints of Scorpion #795F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 37.35%
G = 29.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#795F6C (or 0x795F6C) is known color: Scorpion. HEX triplet: 79, 5F and 6C. RGB value is (121,95,108). Sum of RGB (Red+Green+Blue) = 121+95+108=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #795F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795F6C is #86A093. Grayscale: #686868. Windows color (decimal): -8822932 or 7102329. OLE color: 7102329.

HSL color Cylindrical-coordinate representation of color #795F6C: hue angle of 330º 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 #795F6C is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 95 108 -
CMYK 0 0.21 0.11 0.53
HSL 330º 0.12% 0.42% -
HSV(B) 330º 0.21% 0.47% -
XYZ 14.68 13.33 15.99 -
YUV 104.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 121 95 108 0 0.21 0.11 0.53 330 0.12 0.42
Hex 79 5F 6C 0 15 B 35 14A C 2A
Octal 171 137 154 0 25 13 65 512 14 52
Binary 1111001 1011111 1101100 0 10101 1011 110101 101001010 1100 101010

Color Harmonies of #795F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795F6C

Black with #795F6C

Text Example


Text Example

White with #795F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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