Html Css Color HEX #795168 Cosmic

📋 copy color: '#795168'

red 121 ◦ green 81 ◦ blue 104

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

Shades of Cosmic #795168

Tints of Cosmic #795168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 39.54%
G = 26.47%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#795168 (or 0x795168) is known color: Cosmic. HEX triplet: 79, 51 and 68. RGB value is (121,81,104). Sum of RGB (Red+Green+Blue) = 121+81+104=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 121 - color contains mainly: red. Hex color #795168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795168 is #86AE97. Grayscale: #5F5F5F. Windows color (decimal): -8826520 or 6836601. OLE color: 6836601.

HSL color Cylindrical-coordinate representation of color #795168: hue angle of 325.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #795168 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 81 104 -
CMYK 0 0.33 0.14 0.53
HSL 325.5º 0.2% 0.4% -
HSV(B) 325.5º 0.33% 0.47% -
XYZ 13.33 10.95 14.51 -
YUV 95.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 121 81 104 0 0.33 0.14 0.53 325.5 0.2 0.4
Hex 79 51 68 0 21 E 35 146 14 28
Octal 171 121 150 0 41 16 65 506 24 50
Binary 1111001 1010001 1101000 0 100001 1110 110101 101000110 10100 101000

Color Harmonies of #795168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795168

Black with #795168

Text Example


Text Example

White with #795168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795168; }

 p { color: rgb(121,81,104); }

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

background-color css

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

 a { background-color: rgb(121,81,104); }

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

border-color css

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

 span { border-color: rgb(121,81,104); }

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