Html Css Color HEX #795368 Cosmic

📋 copy color: '#795368'

red 121 ◦ green 83 ◦ blue 104

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

Shades of Cosmic #795368

Tints of Cosmic #795368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 39.29%
G = 26.95%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#795368 (or 0x795368) is known color: Cosmic. HEX triplet: 79, 53 and 68. RGB value is (121,83,104). Sum of RGB (Red+Green+Blue) = 121+83+104=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #795368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795368 is #86AC97. Grayscale: #606060. Windows color (decimal): -8826008 or 6837113. OLE color: 6837113.

HSL color Cylindrical-coordinate representation of color #795368: hue angle of 326.84º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795368 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 83 104 -
CMYK 0 0.31 0.14 0.53
HSL 326.84º 0.19% 0.4% -
HSV(B) 326.84º 0.31% 0.47% -
XYZ 13.48 11.25 14.56 -
YUV 96.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 121 83 104 0 0.31 0.14 0.53 326.84 0.19 0.4
Hex 79 53 68 0 1F E 35 147 13 28
Octal 171 123 150 0 37 16 65 507 23 50
Binary 1111001 1010011 1101000 0 11111 1110 110101 101000111 10011 101000

Color Harmonies of #795368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795368

Black with #795368

Text Example


Text Example

White with #795368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795368; }

 p { color: rgb(121,83,104); }

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

background-color css

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

 a { background-color: rgb(121,83,104); }

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

border-color css

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

 span { border-color: rgb(121,83,104); }

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