Html Css Color HEX #795165 Cosmic

📋 copy color: '#795165'

red 121 ◦ green 81 ◦ blue 101

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

Shades of Cosmic #795165

Tints of Cosmic #795165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 39.93%
G = 26.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#795165 (or 0x795165) is known color: Cosmic. HEX triplet: 79, 51 and 65. RGB value is (121,81,101). Sum of RGB (Red+Green+Blue) = 121+81+101=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 121 - color contains mainly: red. Hex color #795165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795165 is #86AE9A. Grayscale: #5F5F5F. Windows color (decimal): -8826523 or 6639993. OLE color: 6639993.

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

Color convert

RGB 121 81 101 -
CMYK 0 0.33 0.17 0.53
HSL 330º 0.2% 0.4% -
HSV(B) 330º 0.33% 0.47% -
XYZ 13.18 10.89 13.72 -
YUV 95.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 121 81 101 0 0.33 0.17 0.53 330 0.2 0.4
Hex 79 51 65 0 21 11 35 14A 14 28
Octal 171 121 145 0 41 21 65 512 24 50
Binary 1111001 1010001 1100101 0 100001 10001 110101 101001010 10100 101000

Color Harmonies of #795165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795165

Black with #795165

Text Example


Text Example

White with #795165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795165; }

 p { color: rgb(121,81,101); }

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

background-color css

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

 a { background-color: rgb(121,81,101); }

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

border-color css

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

 span { border-color: rgb(121,81,101); }

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