Html Css Color HEX #76576B Cosmic

📋 copy color: '#76576B'

red 118 ◦ green 87 ◦ blue 107

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

Shades of Cosmic #76576B

Tints of Cosmic #76576B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.88%

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

R = 37.82%
G = 27.88%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76576B (or 0x76576B) is known color: Cosmic. HEX triplet: 76, 57 and 6B. RGB value is (118,87,107). Sum of RGB (Red+Green+Blue) = 118+87+107=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76576B is #89A894. Grayscale: #626262. Windows color (decimal): -9021589 or 7034742. OLE color: 7034742.

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

Color convert

RGB 118 87 107 -
CMYK 0 0.26 0.09 0.54
HSL 321.29º 0.15% 0.4% -
HSV(B) 321.29º 0.26% 0.46% -
XYZ 13.53 11.73 15.46 -
YUV 98.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 118 87 107 0 0.26 0.09 0.54 321.29 0.15 0.4
Hex 76 57 6B 0 1A 9 36 141 F 28
Octal 166 127 153 0 32 11 66 501 17 50
Binary 1110110 1010111 1101011 0 11010 1001 110110 101000001 1111 101000

Color Harmonies of #76576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76576B

Black with #76576B

Text Example


Text Example

White with #76576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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