Html Css Color HEX #795866 Cosmic

📋 copy color: '#795866'

red 121 ◦ green 88 ◦ blue 102

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

Shades of Cosmic #795866

Tints of Cosmic #795866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.8%

R = 38.91%
G = 28.3%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#795866 (or 0x795866) is known color: Cosmic. HEX triplet: 79, 58 and 66. RGB value is (121,88,102). Sum of RGB (Red+Green+Blue) = 121+88+102=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 121 - color contains mainly: red. Hex color #795866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795866 is #86A799. Grayscale: #636363. Windows color (decimal): -8824730 or 6707321. OLE color: 6707321.

HSL color Cylindrical-coordinate representation of color #795866: hue angle of 334.55º 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 #795866 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 88 102 -
CMYK 0 0.27 0.16 0.53
HSL 334.55º 0.16% 0.41% -
HSV(B) 334.55º 0.27% 0.47% -
XYZ 13.77 12 14.16 -
YUV 99.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 121 88 102 0 0.27 0.16 0.53 334.55 0.16 0.41
Hex 79 58 66 0 1B 10 35 14F 10 29
Octal 171 130 146 0 33 20 65 517 20 51
Binary 1111001 1011000 1100110 0 11011 10000 110101 101001111 10000 101001

Color Harmonies of #795866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795866

Black with #795866

Text Example


Text Example

White with #795866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795866; }

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

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

background-color css

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

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

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

border-color css

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

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

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