Html Css Color HEX #76596A Cosmic

📋 copy color: '#76596A'

red 118 ◦ green 89 ◦ blue 106

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

Shades of Cosmic #76596A

Tints of Cosmic #76596A

RGB

 RED value IS 118 (46.48% from 255) = 37.7%

 GREEN value IS 89 (35.16% from 255) = 28.43%

 BLUE value IS 106 (41.8% from 255) = 33.87%

R = 37.7%
G = 28.43%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76596A (or 0x76596A) is known color: Cosmic. HEX triplet: 76, 59 and 6A. RGB value is (118,89,106). Sum of RGB (Red+Green+Blue) = 118+89+106=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #76596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76596A is #89A695. Grayscale: #636363. Windows color (decimal): -9021078 or 6969718. OLE color: 6969718.

HSL color Cylindrical-coordinate representation of color #76596A: hue angle of 324.83º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76596A is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 89 106 -
CMYK 0 0.25 0.10 0.54
HSL 324.83º 0.14% 0.41% -
HSV(B) 324.83º 0.25% 0.46% -
XYZ 13.65 12.04 15.24 -
YUV 99.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 118 89 106 0 0.25 0.10 0.54 324.83 0.14 0.41
Hex 76 59 6A 0 19 A 36 145 E 29
Octal 166 131 152 0 31 12 66 505 16 51
Binary 1110110 1011001 1101010 0 11001 1010 110110 101000101 1110 101001

Color Harmonies of #76596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76596A

Black with #76596A

Text Example


Text Example

White with #76596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76596A; }

 p { color: rgb(118,89,106); }

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

background-color css

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

 a { background-color: rgb(118,89,106); }

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

border-color css

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

 span { border-color: rgb(118,89,106); }

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