Html Css Color HEX #795865 Cosmic

📋 copy color: '#795865'

red 121 ◦ green 88 ◦ blue 101

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

Shades of Cosmic #795865

Tints of Cosmic #795865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 39.03%
G = 28.39%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#795865 (or 0x795865) is known color: Cosmic. HEX triplet: 79, 58 and 65. RGB value is (121,88,101). Sum of RGB (Red+Green+Blue) = 121+88+101=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 121 - color contains mainly: red. Hex color #795865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795865 is #86A79A. Grayscale: #636363. Windows color (decimal): -8824731 or 6641785. OLE color: 6641785.

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

Color convert

RGB 121 88 101 -
CMYK 0 0.27 0.17 0.53
HSL 336.36º 0.16% 0.41% -
HSV(B) 336.36º 0.27% 0.47% -
XYZ 13.72 11.98 13.9 -
YUV 99.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 121 88 101 0 0.27 0.17 0.53 336.36 0.16 0.41
Hex 79 58 65 0 1B 11 35 150 10 29
Octal 171 130 145 0 33 21 65 520 20 51
Binary 1111001 1011000 1100101 0 11011 10001 110101 101010000 10000 101001

Color Harmonies of #795865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795865

Black with #795865

Text Example


Text Example

White with #795865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795865; }

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

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

background-color css

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

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

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

border-color css

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

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

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