Html Css Color HEX #76576A Cosmic

📋 copy color: '#76576A'

red 118 ◦ green 87 ◦ blue 106

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

Shades of Cosmic #76576A

Tints of Cosmic #76576A

RGB

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

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

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

R = 37.94%
G = 27.97%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76576A (or 0x76576A) is known color: Cosmic. HEX triplet: 76, 57 and 6A. RGB value is (118,87,106). Sum of RGB (Red+Green+Blue) = 118+87+106=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #76576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76576A is #89A895. Grayscale: #626262. Windows color (decimal): -9021590 or 6969206. OLE color: 6969206.

HSL color Cylindrical-coordinate representation of color #76576A: hue angle of 323.23º 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 #76576A is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 87 106 -
CMYK 0 0.26 0.10 0.54
HSL 323.23º 0.15% 0.4% -
HSV(B) 323.23º 0.26% 0.46% -
XYZ 13.48 11.71 15.19 -
YUV 98.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 118 87 106 0 0.26 0.10 0.54 323.23 0.15 0.4
Hex 76 57 6A 0 1A A 36 143 F 28
Octal 166 127 152 0 32 12 66 503 17 50
Binary 1110110 1010111 1101010 0 11010 1010 110110 101000011 1111 101000

Color Harmonies of #76576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76576A

Black with #76576A

Text Example


Text Example

White with #76576A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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