Html Css Color HEX #795A6B Cosmic

📋 copy color: '#795A6B'

red 121 ◦ green 90 ◦ blue 107

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

Shades of Cosmic #795A6B

Tints of Cosmic #795A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.3%

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 38.05%
G = 28.3%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#795A6B (or 0x795A6B) is known color: Cosmic. HEX triplet: 79, 5A and 6B. RGB value is (121,90,107). Sum of RGB (Red+Green+Blue) = 121+90+107=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 121 - color contains mainly: red. Hex color #795A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A6B is #86A594. Grayscale: #656565. Windows color (decimal): -8824213 or 7035513. OLE color: 7035513.

HSL color Cylindrical-coordinate representation of color #795A6B: hue angle of 327.1º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #795A6B is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 90 107 -
CMYK 0 0.26 0.12 0.53
HSL 327.1º 0.15% 0.41% -
HSV(B) 327.1º 0.26% 0.47% -
XYZ 14.2 12.44 15.56 -
YUV 101.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 121 90 107 0 0.26 0.12 0.53 327.1 0.15 0.41
Hex 79 5A 6B 0 1A C 35 147 F 29
Octal 171 132 153 0 32 14 65 507 17 51
Binary 1111001 1011010 1101011 0 11010 1100 110101 101000111 1111 101001

Color Harmonies of #795A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795A6B

Black with #795A6B

Text Example


Text Example

White with #795A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,90,107); }

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

background-color css

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

 a { background-color: rgb(121,90,107); }

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

border-color css

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

 span { border-color: rgb(121,90,107); }

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