Html Css Color HEX #795864 Cosmic

📋 copy color: '#795864'

red 121 ◦ green 88 ◦ blue 100

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

Shades of Cosmic #795864

Tints of Cosmic #795864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 39.16%
G = 28.48%
B = 32.36%

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

#795864 (or 0x795864) is known color: Cosmic. HEX triplet: 79, 58 and 64. RGB value is (121,88,100). Sum of RGB (Red+Green+Blue) = 121+88+100=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #795864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795864 is #86A79B. Grayscale: #636363. Windows color (decimal): -8824732 or 6576249. OLE color: 6576249.

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

Color convert

RGB 121 88 100 -
CMYK 0 0.27 0.17 0.53
HSL 338.18º 0.16% 0.41% -
HSV(B) 338.18º 0.27% 0.47% -
XYZ 13.68 11.96 13.65 -
YUV 99.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 121 88 100 0 0.27 0.17 0.53 338.18 0.16 0.41
Hex 79 58 64 0 1B 11 35 152 10 29
Octal 171 130 144 0 33 21 65 522 20 51
Binary 1111001 1011000 1100100 0 11011 10001 110101 101010010 10000 101001

Color Harmonies of #795864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795864

Black with #795864

Text Example


Text Example

White with #795864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795864; }

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

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

background-color css

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

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

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

border-color css

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

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

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