Html Css Color HEX #795B6D Cosmic

📋 copy color: '#795B6D'

red 121 ◦ green 91 ◦ blue 109

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

Shades of Cosmic #795B6D

Tints of Cosmic #795B6D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 37.69%
G = 28.35%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#795B6D (or 0x795B6D) is known color: Cosmic. HEX triplet: 79, 5B and 6D. RGB value is (121,91,109). Sum of RGB (Red+Green+Blue) = 121+91+109=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #795B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B6D is #86A492. Grayscale: #656565. Windows color (decimal): -8823955 or 7166841. OLE color: 7166841.

HSL color Cylindrical-coordinate representation of color #795B6D: hue angle of 324º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #795B6D is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 91 109 -
CMYK 0 0.25 0.10 0.53
HSL 324º 0.14% 0.42% -
HSV(B) 324º 0.25% 0.47% -
XYZ 14.39 12.65 16.15 -
YUV 102.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 121 91 109 0 0.25 0.10 0.53 324 0.14 0.42
Hex 79 5B 6D 0 19 A 35 144 E 2A
Octal 171 133 155 0 31 12 65 504 16 52
Binary 1111001 1011011 1101101 0 11001 1010 110101 101000100 1110 101010

Color Harmonies of #795B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795B6D

Black with #795B6D

Text Example


Text Example

White with #795B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795B6D; }

 p { color: rgb(121,91,109); }

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

background-color css

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

 a { background-color: rgb(121,91,109); }

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

border-color css

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

 span { border-color: rgb(121,91,109); }

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