Html Css Color HEX #795063 Cosmic

📋 copy color: '#795063'

red 121 ◦ green 80 ◦ blue 99

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

Shades of Cosmic #795063

Tints of Cosmic #795063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

 BLUE value IS 99 (39.06% from 255) = 33%

R = 40.33%
G = 26.67%
B = 33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#795063 (or 0x795063) is known color: Cosmic. HEX triplet: 79, 50 and 63. RGB value is (121,80,99). Sum of RGB (Red+Green+Blue) = 121+80+99=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 121 - color contains mainly: red. Hex color #795063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795063 is #86AF9C. Grayscale: #5E5E5E. Windows color (decimal): -8826781 or 6508665. OLE color: 6508665.

HSL color Cylindrical-coordinate representation of color #795063: hue angle of 332.2º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795063 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 80 99 -
CMYK 0 0.34 0.18 0.53
HSL 332.2º 0.2% 0.39% -
HSV(B) 332.2º 0.34% 0.47% -
XYZ 13.01 10.7 13.18 -
YUV 94.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 121 80 99 0 0.34 0.18 0.53 332.2 0.2 0.39
Hex 79 50 63 0 22 12 35 14C 14 27
Octal 171 120 143 0 42 22 65 514 24 47
Binary 1111001 1010000 1100011 0 100010 10010 110101 101001100 10100 100111

Color Harmonies of #795063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795063

Black with #795063

Text Example


Text Example

White with #795063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795063; }

 p { color: rgb(121,80,99); }

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

background-color css

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

 a { background-color: rgb(121,80,99); }

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

border-color css

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

 span { border-color: rgb(121,80,99); }

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