Html Css Color HEX #76566B Cosmic

📋 copy color: '#76566B'

red 118 ◦ green 86 ◦ blue 107

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

Shades of Cosmic #76566B

Tints of Cosmic #76566B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

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

R = 37.94%
G = 27.65%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76566B (or 0x76566B) is known color: Cosmic. HEX triplet: 76, 56 and 6B. RGB value is (118,86,107). Sum of RGB (Red+Green+Blue) = 118+86+107=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #76566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76566B is #89A994. Grayscale: #616161. Windows color (decimal): -9021845 or 7034486. OLE color: 7034486.

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

Color convert

RGB 118 86 107 -
CMYK 0 0.27 0.09 0.54
HSL 320.63º 0.16% 0.4% -
HSV(B) 320.63º 0.27% 0.46% -
XYZ 13.45 11.57 15.43 -
YUV 97.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 118 86 107 0 0.27 0.09 0.54 320.63 0.16 0.4
Hex 76 56 6B 0 1B 9 36 141 10 28
Octal 166 126 153 0 33 11 66 501 20 50
Binary 1110110 1010110 1101011 0 11011 1001 110110 101000001 10000 101000

Color Harmonies of #76566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76566B

Black with #76566B

Text Example


Text Example

White with #76566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76566B; }

 p { color: rgb(118,86,107); }

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

background-color css

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

 a { background-color: rgb(118,86,107); }

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

border-color css

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

 span { border-color: rgb(118,86,107); }

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