Html Css Color HEX #795366 Cosmic

📋 copy color: '#795366'

red 121 ◦ green 83 ◦ blue 102

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

Shades of Cosmic #795366

Tints of Cosmic #795366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.33%

R = 39.54%
G = 27.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#795366 (or 0x795366) is known color: Cosmic. HEX triplet: 79, 53 and 66. RGB value is (121,83,102). Sum of RGB (Red+Green+Blue) = 121+83+102=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 121 - color contains mainly: red. Hex color #795366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795366 is #86AC99. Grayscale: #606060. Windows color (decimal): -8826010 or 6706041. OLE color: 6706041.

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

Color convert

RGB 121 83 102 -
CMYK 0 0.31 0.16 0.53
HSL 330º 0.19% 0.4% -
HSV(B) 330º 0.31% 0.47% -
XYZ 13.38 11.21 14.03 -
YUV 96.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 121 83 102 0 0.31 0.16 0.53 330 0.19 0.4
Hex 79 53 66 0 1F 10 35 14A 13 28
Octal 171 123 146 0 37 20 65 512 23 50
Binary 1111001 1010011 1100110 0 11111 10000 110101 101001010 10011 101000

Color Harmonies of #795366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795366

Black with #795366

Text Example


Text Example

White with #795366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795366; }

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

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

background-color css

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

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

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

border-color css

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

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

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