Html Css Color HEX #76556A Cosmic

📋 copy color: '#76556A'

red 118 ◦ green 85 ◦ blue 106

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

Shades of Cosmic #76556A

Tints of Cosmic #76556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

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

R = 38.19%
G = 27.51%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76556A (or 0x76556A) is known color: Cosmic. HEX triplet: 76, 55 and 6A. RGB value is (118,85,106). Sum of RGB (Red+Green+Blue) = 118+85+106=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76556A is #89AA95. Grayscale: #616161. Windows color (decimal): -9022102 or 6968694. OLE color: 6968694.

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

Color convert

RGB 118 85 106 -
CMYK 0 0.28 0.10 0.54
HSL 321.82º 0.16% 0.4% -
HSV(B) 321.82º 0.28% 0.46% -
XYZ 13.32 11.39 15.13 -
YUV 97.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 118 85 106 0 0.28 0.10 0.54 321.82 0.16 0.4
Hex 76 55 6A 0 1C A 36 142 10 28
Octal 166 125 152 0 34 12 66 502 20 50
Binary 1110110 1010101 1101010 0 11100 1010 110110 101000010 10000 101000

Color Harmonies of #76556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76556A

Black with #76556A

Text Example


Text Example

White with #76556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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