Html Css Color HEX #76555E Cosmic

📋 copy color: '#76555E'

red 118 ◦ green 85 ◦ blue 94

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

Shades of Cosmic #76555E

Tints of Cosmic #76555E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 39.73%
G = 28.62%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76555E (or 0x76555E) is known color: Cosmic. HEX triplet: 76, 55 and 5E. RGB value is (118,85,94). Sum of RGB (Red+Green+Blue) = 118+85+94=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76555E is #89AAA1. Grayscale: #5F5F5F. Windows color (decimal): -9022114 or 6182262. OLE color: 6182262.

HSL color Cylindrical-coordinate representation of color #76555E: hue angle of 343.64º 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 #76555E is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 85 94 -
CMYK 0 0.28 0.20 0.54
HSL 343.64º 0.16% 0.4% -
HSV(B) 343.64º 0.28% 0.46% -
XYZ 12.74 11.16 12.07 -
YUV 95.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 118 85 94 0 0.28 0.20 0.54 343.64 0.16 0.4
Hex 76 55 5E 0 1C 14 36 158 10 28
Octal 166 125 136 0 34 24 66 530 20 50
Binary 1110110 1010101 1011110 0 11100 10100 110110 101011000 10000 101000

Color Harmonies of #76555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76555E

Black with #76555E

Text Example


Text Example

White with #76555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76555E; }

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

 H1.HeaderClassName
 {
   color: #76555E;
 }
 .AnyTagClassName
 {
   color: #76555E;
 }
</style>

background-color css

<style>
 a { background-color: #76555E; }

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

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

border-color css

<style>
 span { border-color: #76555E; }

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

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