Html Css Color HEX #795768 Cosmic

📋 copy color: '#795768'

red 121 ◦ green 87 ◦ blue 104

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

Shades of Cosmic #795768

Tints of Cosmic #795768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.88%

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

R = 38.78%
G = 27.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#795768 (or 0x795768) is known color: Cosmic. HEX triplet: 79, 57 and 68. RGB value is (121,87,104). Sum of RGB (Red+Green+Blue) = 121+87+104=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 121 - color contains mainly: red. Hex color #795768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795768 is #86A897. Grayscale: #636363. Windows color (decimal): -8824984 or 6838137. OLE color: 6838137.

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

Color convert

RGB 121 87 104 -
CMYK 0 0.28 0.14 0.53
HSL 330º 0.16% 0.41% -
HSV(B) 330º 0.28% 0.47% -
XYZ 13.79 11.88 14.66 -
YUV 99.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 121 87 104 0 0.28 0.14 0.53 330 0.16 0.41
Hex 79 57 68 0 1C E 35 14A 10 29
Octal 171 127 150 0 34 16 65 512 20 51
Binary 1111001 1010111 1101000 0 11100 1110 110101 101001010 10000 101001

Color Harmonies of #795768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795768

Black with #795768

Text Example


Text Example

White with #795768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795768; }

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

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

background-color css

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

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

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

border-color css

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

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

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