Html Css Color HEX #795968 Cosmic

📋 copy color: '#795968'

red 121 ◦ green 89 ◦ blue 104

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

Shades of Cosmic #795968

Tints of Cosmic #795968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.34%

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

R = 38.54%
G = 28.34%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#795968 (or 0x795968) is known color: Cosmic. HEX triplet: 79, 59 and 68. RGB value is (121,89,104). Sum of RGB (Red+Green+Blue) = 121+89+104=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #795968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795968 is #86A697. Grayscale: #646464. Windows color (decimal): -8824472 or 6838649. OLE color: 6838649.

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

Color convert

RGB 121 89 104 -
CMYK 0 0.26 0.14 0.53
HSL 331.88º 0.15% 0.41% -
HSV(B) 331.88º 0.26% 0.47% -
XYZ 13.96 12.21 14.72 -
YUV 100.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 121 89 104 0 0.26 0.14 0.53 331.88 0.15 0.41
Hex 79 59 68 0 1A E 35 14C F 29
Octal 171 131 150 0 32 16 65 514 17 51
Binary 1111001 1011001 1101000 0 11010 1110 110101 101001100 1111 101001

Color Harmonies of #795968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795968

Black with #795968

Text Example


Text Example

White with #795968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795968; }

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

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

background-color css

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

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

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

border-color css

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

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

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