Html Css Color HEX #76545E Cosmic

📋 copy color: '#76545E'

red 118 ◦ green 84 ◦ blue 94

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

Shades of Cosmic #76545E

Tints of Cosmic #76545E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.38%

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

R = 39.86%
G = 28.38%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76545E (or 0x76545E) is known color: Cosmic. HEX triplet: 76, 54 and 5E. RGB value is (118,84,94). Sum of RGB (Red+Green+Blue) = 118+84+94=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76545E is #89ABA1. Grayscale: #5F5F5F. Windows color (decimal): -9022370 or 6182006. OLE color: 6182006.

HSL color Cylindrical-coordinate representation of color #76545E: hue angle of 342.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76545E is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 94 -
CMYK 0 0.29 0.20 0.54
HSL 342.35º 0.17% 0.4% -
HSV(B) 342.35º 0.29% 0.46% -
XYZ 12.66 11 12.05 -
YUV 95.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 118 84 94 0 0.29 0.20 0.54 342.35 0.17 0.4
Hex 76 54 5E 0 1D 14 36 156 11 28
Octal 166 124 136 0 35 24 66 526 21 50
Binary 1110110 1010100 1011110 0 11101 10100 110110 101010110 10001 101000

Color Harmonies of #76545E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76545E

Black with #76545E

Text Example


Text Example

White with #76545E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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