Html Css Color HEX #795869 Cosmic

📋 copy color: '#795869'

red 121 ◦ green 88 ◦ blue 105

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

Shades of Cosmic #795869

Tints of Cosmic #795869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.03%

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 38.54%
G = 28.03%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#795869 (or 0x795869) is known color: Cosmic. HEX triplet: 79, 58 and 69. RGB value is (121,88,105). Sum of RGB (Red+Green+Blue) = 121+88+105=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #795869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795869 is #86A796. Grayscale: #636363. Windows color (decimal): -8824727 or 6903929. OLE color: 6903929.

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

Color convert

RGB 121 88 105 -
CMYK 0 0.27 0.13 0.53
HSL 329.09º 0.16% 0.41% -
HSV(B) 329.09º 0.27% 0.47% -
XYZ 13.92 12.06 14.96 -
YUV 99.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 121 88 105 0 0.27 0.13 0.53 329.09 0.16 0.41
Hex 79 58 69 0 1B D 35 149 10 29
Octal 171 130 151 0 33 15 65 511 20 51
Binary 1111001 1011000 1101001 0 11011 1101 110101 101001001 10000 101001

Color Harmonies of #795869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795869

Black with #795869

Text Example


Text Example

White with #795869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795869; }

 p { color: rgb(121,88,105); }

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

background-color css

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

 a { background-color: rgb(121,88,105); }

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

border-color css

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

 span { border-color: rgb(121,88,105); }

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