Html Css Color HEX #76535F Cosmic

📋 copy color: '#76535F'

red 118 ◦ green 83 ◦ blue 95

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

Shades of Cosmic #76535F

Tints of Cosmic #76535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 39.86%
G = 28.04%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76535F (or 0x76535F) is known color: Cosmic. HEX triplet: 76, 53 and 5F. RGB value is (118,83,95). Sum of RGB (Red+Green+Blue) = 118+83+95=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76535F is #89ACA0. Grayscale: #5E5E5E. Windows color (decimal): -9022625 or 6247286. OLE color: 6247286.

HSL color Cylindrical-coordinate representation of color #76535F: hue angle of 339.43º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76535F is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 95 -
CMYK 0 0.30 0.19 0.54
HSL 339.43º 0.17% 0.39% -
HSV(B) 339.43º 0.3% 0.46% -
XYZ 12.63 10.86 12.26 -
YUV 94.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 118 83 95 0 0.30 0.19 0.54 339.43 0.17 0.39
Hex 76 53 5F 0 1E 13 36 153 11 27
Octal 166 123 137 0 36 23 66 523 21 47
Binary 1110110 1010011 1011111 0 11110 10011 110110 101010011 10001 100111

Color Harmonies of #76535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76535F

Black with #76535F

Text Example


Text Example

White with #76535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76535F; }

 p { color: rgb(118,83,95); }

 H1.HeaderClassName
 {
   color: #76535F;
 }
 .AnyTagClassName
 {
   color: #76535F;
 }
</style>

background-color css

<style>
 a { background-color: #76535F; }

 a { background-color: rgb(118,83,95); }

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

border-color css

<style>
 span { border-color: #76535F; }

 span { border-color: rgb(118,83,95); }

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