Html Css Color HEX #795067 Cosmic

📋 copy color: '#795067'

red 121 ◦ green 80 ◦ blue 103

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

Shades of Cosmic #795067

Tints of Cosmic #795067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 39.8%
G = 26.32%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#795067 (or 0x795067) is known color: Cosmic. HEX triplet: 79, 50 and 67. RGB value is (121,80,103). Sum of RGB (Red+Green+Blue) = 121+80+103=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #795067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795067 is #86AF98. Grayscale: #5E5E5E. Windows color (decimal): -8826777 or 6770809. OLE color: 6770809.

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

Color convert

RGB 121 80 103 -
CMYK 0 0.34 0.15 0.53
HSL 326.34º 0.2% 0.39% -
HSV(B) 326.34º 0.34% 0.47% -
XYZ 13.2 10.78 14.22 -
YUV 94.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 121 80 103 0 0.34 0.15 0.53 326.34 0.2 0.39
Hex 79 50 67 0 22 F 35 146 14 27
Octal 171 120 147 0 42 17 65 506 24 47
Binary 1111001 1010000 1100111 0 100010 1111 110101 101000110 10100 100111

Color Harmonies of #795067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795067

Black with #795067

Text Example


Text Example

White with #795067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795067; }

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

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

background-color css

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

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

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

border-color css

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

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

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