Html Css Color HEX #76505B Cosmic

📋 copy color: '#76505B'

red 118 ◦ green 80 ◦ blue 91

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

Shades of Cosmic #76505B

Tints of Cosmic #76505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 40.83%
G = 27.68%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76505B (or 0x76505B) is known color: Cosmic. HEX triplet: 76, 50 and 5B. RGB value is (118,80,91). Sum of RGB (Red+Green+Blue) = 118+80+91=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #76505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76505B is #89AFA4. Grayscale: #5C5C5C. Windows color (decimal): -9023397 or 5984374. OLE color: 5984374.

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

Color convert

RGB 118 80 91 -
CMYK 0 0.32 0.23 0.54
HSL 342.63º 0.19% 0.39% -
HSV(B) 342.63º 0.32% 0.46% -
XYZ 12.23 10.34 11.25 -
YUV 92.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 118 80 91 0 0.32 0.23 0.54 342.63 0.19 0.39
Hex 76 50 5B 0 20 17 36 157 13 27
Octal 166 120 133 0 40 27 66 527 23 47
Binary 1110110 1010000 1011011 0 100000 10111 110110 101010111 10011 100111

Color Harmonies of #76505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76505B

Black with #76505B

Text Example


Text Example

White with #76505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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