Html Css Color HEX #795C6D Cosmic

📋 copy color: '#795C6D'

red 121 ◦ green 92 ◦ blue 109

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

Shades of Cosmic #795C6D

Tints of Cosmic #795C6D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 37.58%
G = 28.57%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#795C6D (or 0x795C6D) is known color: Cosmic. HEX triplet: 79, 5C and 6D. RGB value is (121,92,109). Sum of RGB (Red+Green+Blue) = 121+92+109=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #795C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C6D is #86A392. Grayscale: #666666. Windows color (decimal): -8823699 or 7167097. OLE color: 7167097.

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

Color convert

RGB 121 92 109 -
CMYK 0 0.24 0.10 0.53
HSL 324.83º 0.14% 0.42% -
HSV(B) 324.83º 0.24% 0.47% -
XYZ 14.47 12.82 16.18 -
YUV 102.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 121 92 109 0 0.24 0.10 0.53 324.83 0.14 0.42
Hex 79 5C 6D 0 18 A 35 145 E 2A
Octal 171 134 155 0 30 12 65 505 16 52
Binary 1111001 1011100 1101101 0 11000 1010 110101 101000101 1110 101010

Color Harmonies of #795C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795C6D

Black with #795C6D

Text Example


Text Example

White with #795C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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