Html Css Color HEX #76505C Cosmic

📋 copy color: '#76505C'

red 118 ◦ green 80 ◦ blue 92

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

Shades of Cosmic #76505C

Tints of Cosmic #76505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 40.69%
G = 27.59%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76505C (or 0x76505C) is known color: Cosmic. HEX triplet: 76, 50 and 5C. RGB value is (118,80,92). Sum of RGB (Red+Green+Blue) = 118+80+92=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #76505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76505C is #89AFA3. Grayscale: #5C5C5C. Windows color (decimal): -9023396 or 6049910. OLE color: 6049910.

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

Color convert

RGB 118 80 92 -
CMYK 0 0.32 0.22 0.54
HSL 341.05º 0.19% 0.39% -
HSV(B) 341.05º 0.32% 0.46% -
XYZ 12.27 10.36 11.48 -
YUV 92.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 118 80 92 0 0.32 0.22 0.54 341.05 0.19 0.39
Hex 76 50 5C 0 20 16 36 155 13 27
Octal 166 120 134 0 40 26 66 525 23 47
Binary 1110110 1010000 1011100 0 100000 10110 110110 101010101 10011 100111

Color Harmonies of #76505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76505C

Black with #76505C

Text Example


Text Example

White with #76505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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