Html Css Color HEX #76525E Cosmic

📋 copy color: '#76525E'

red 118 ◦ green 82 ◦ blue 94

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

Shades of Cosmic #76525E

Tints of Cosmic #76525E

RGB

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

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

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

R = 40.14%
G = 27.89%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76525E (or 0x76525E) is known color: Cosmic. HEX triplet: 76, 52 and 5E. RGB value is (118,82,94). Sum of RGB (Red+Green+Blue) = 118+82+94=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76525E is #89ADA1. Grayscale: #5E5E5E. Windows color (decimal): -9022882 or 6181494. OLE color: 6181494.

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

Color convert

RGB 118 82 94 -
CMYK 0 0.31 0.20 0.54
HSL 340º 0.18% 0.39% -
HSV(B) 340º 0.31% 0.46% -
XYZ 12.51 10.69 11.99 -
YUV 94.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 118 82 94 0 0.31 0.20 0.54 340 0.18 0.39
Hex 76 52 5E 0 1F 14 36 154 12 27
Octal 166 122 136 0 37 24 66 524 22 47
Binary 1110110 1010010 1011110 0 11111 10100 110110 101010100 10010 100111

Color Harmonies of #76525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76525E

Black with #76525E

Text Example


Text Example

White with #76525E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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