Html Css Color HEX #795E6C Cosmic

📋 copy color: '#795E6C'

red 121 ◦ green 94 ◦ blue 108

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

Shades of Cosmic #795E6C

Tints of Cosmic #795E6C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.1%

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

R = 37.46%
G = 29.1%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#795E6C (or 0x795E6C) is known color: Cosmic. HEX triplet: 79, 5E and 6C. RGB value is (121,94,108). Sum of RGB (Red+Green+Blue) = 121+94+108=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #795E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E6C is #86A193. Grayscale: #676767. Windows color (decimal): -8823188 or 7102073. OLE color: 7102073.

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

Color convert

RGB 121 94 108 -
CMYK 0 0.22 0.11 0.53
HSL 328.89º 0.13% 0.42% -
HSV(B) 328.89º 0.22% 0.47% -
XYZ 14.59 13.15 15.96 -
YUV 103.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 121 94 108 0 0.22 0.11 0.53 328.89 0.13 0.42
Hex 79 5E 6C 0 16 B 35 149 D 2A
Octal 171 136 154 0 26 13 65 511 15 52
Binary 1111001 1011110 1101100 0 10110 1011 110101 101001001 1101 101010

Color Harmonies of #795E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795E6C

Black with #795E6C

Text Example


Text Example

White with #795E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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