#795C6A

Color #795C6A Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #795C6A

Tints of Cosmic #795C6A

Color information

#795C6A (or 0x795C6A) is unknown color: approx Cosmic. HEX triplet: 79, 5C and 6A. RGB value is (121,92,106). Sum of RGB (Red+Green+Blue) = 121+92+106=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #795C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C6A is #86A395. Grayscale: #666666. Windows color (decimal): -8823702 or 6970489. OLE color: 6970489.

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

Color convert

RGB12192106-
CMYK00.240.120.53
HSL331.03º13.62%41.76%-
HSV(B)331.03º23.97%47.45%-
XYZ14.3112.7615.34-
YUV102.27130.11141.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=37.93%
G=28.84%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219210600.240.120.53331.0313.6241.76
Hex795C6A018C3514be2a
Octal17113415203014655131652
Binary11110011011100110101001100011001101011010010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #795C6A;
 }
 .AnyTagClassName
 {
   color: #795C6A;
 }
</style>
background-color css

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

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

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

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

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

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