Html Css Color HEX #795D6E Cosmic

📋 copy color: '#795D6E'

red 121 ◦ green 93 ◦ blue 110

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

Shades of Cosmic #795D6E

Tints of Cosmic #795D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.7%

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 37.35%
G = 28.7%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#795D6E (or 0x795D6E) is known color: Cosmic. HEX triplet: 79, 5D and 6E. RGB value is (121,93,110). Sum of RGB (Red+Green+Blue) = 121+93+110=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #795D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D6E is #86A291. Grayscale: #676767. Windows color (decimal): -8823442 or 7232889. OLE color: 7232889.

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

Color convert

RGB 121 93 110 -
CMYK 0 0.23 0.09 0.53
HSL 323.57º 0.13% 0.42% -
HSV(B) 323.57º 0.23% 0.47% -
XYZ 14.61 13.02 16.49 -
YUV 103.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 121 93 110 0 0.23 0.09 0.53 323.57 0.13 0.42
Hex 79 5D 6E 0 17 9 35 144 D 2A
Octal 171 135 156 0 27 11 65 504 15 52
Binary 1111001 1011101 1101110 0 10111 1001 110101 101000100 1101 101010

Color Harmonies of #795D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795D6E

Black with #795D6E

Text Example


Text Example

White with #795D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,93,110); }

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

background-color css

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

 a { background-color: rgb(121,93,110); }

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

border-color css

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

 span { border-color: rgb(121,93,110); }

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