Html Css Color HEX #76525F Cosmic

📋 copy color: '#76525F'

red 118 ◦ green 82 ◦ blue 95

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

Shades of Cosmic #76525F

Tints of Cosmic #76525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

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

R = 40%
G = 27.8%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76525F (or 0x76525F) is known color: Cosmic. HEX triplet: 76, 52 and 5F. RGB value is (118,82,95). Sum of RGB (Red+Green+Blue) = 118+82+95=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76525F is #89ADA0. Grayscale: #5E5E5E. Windows color (decimal): -9022881 or 6247030. OLE color: 6247030.

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

Color convert

RGB 118 82 95 -
CMYK 0 0.31 0.19 0.54
HSL 338.33º 0.18% 0.39% -
HSV(B) 338.33º 0.31% 0.46% -
XYZ 12.55 10.71 12.23 -
YUV 94.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 118 82 95 0 0.31 0.19 0.54 338.33 0.18 0.39
Hex 76 52 5F 0 1F 13 36 152 12 27
Octal 166 122 137 0 37 23 66 522 22 47
Binary 1110110 1010010 1011111 0 11111 10011 110110 101010010 10010 100111

Color Harmonies of #76525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76525F

Black with #76525F

Text Example


Text Example

White with #76525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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