Html Css Color HEX #76505F Cosmic

📋 copy color: '#76505F'

red 118 ◦ green 80 ◦ blue 95

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

Shades of Cosmic #76505F

Tints of Cosmic #76505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

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

R = 40.27%
G = 27.3%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76505F (or 0x76505F) is known color: Cosmic. HEX triplet: 76, 50 and 5F. RGB value is (118,80,95). Sum of RGB (Red+Green+Blue) = 118+80+95=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76505F is #89AFA0. Grayscale: #5D5D5D. Windows color (decimal): -9023393 or 6246518. OLE color: 6246518.

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

Color convert

RGB 118 80 95 -
CMYK 0 0.32 0.19 0.54
HSL 336.32º 0.19% 0.39% -
HSV(B) 336.32º 0.32% 0.46% -
XYZ 12.41 10.42 12.18 -
YUV 93.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 118 80 95 0 0.32 0.19 0.54 336.32 0.19 0.39
Hex 76 50 5F 0 20 13 36 150 13 27
Octal 166 120 137 0 40 23 66 520 23 47
Binary 1110110 1010000 1011111 0 100000 10011 110110 101010000 10011 100111

Color Harmonies of #76505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76505F

Black with #76505F

Text Example


Text Example

White with #76505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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