Html Css Color HEX #76505D Cosmic

📋 copy color: '#76505D'

red 118 ◦ green 80 ◦ blue 93

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

Shades of Cosmic #76505D

Tints of Cosmic #76505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.96%

R = 40.55%
G = 27.49%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76505D (or 0x76505D) is known color: Cosmic. HEX triplet: 76, 50 and 5D. RGB value is (118,80,93). Sum of RGB (Red+Green+Blue) = 118+80+93=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #76505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76505D is #89AFA2. Grayscale: #5C5C5C. Windows color (decimal): -9023395 or 6115446. OLE color: 6115446.

HSL color Cylindrical-coordinate representation of color #76505D: hue angle of 339.47º 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 #76505D is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 93 -
CMYK 0 0.32 0.21 0.54
HSL 339.47º 0.19% 0.39% -
HSV(B) 339.47º 0.32% 0.46% -
XYZ 12.32 10.38 11.71 -
YUV 92.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 118 80 93 0 0.32 0.21 0.54 339.47 0.19 0.39
Hex 76 50 5D 0 20 15 36 153 13 27
Octal 166 120 135 0 40 25 66 523 23 47
Binary 1110110 1010000 1011101 0 100000 10101 110110 101010011 10011 100111

Color Harmonies of #76505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76505D

Black with #76505D

Text Example


Text Example

White with #76505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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