Html Css Color HEX #76505A Cosmic

📋 copy color: '#76505A'

red 118 ◦ green 80 ◦ blue 90

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

Shades of Cosmic #76505A

Tints of Cosmic #76505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.25%

R = 40.97%
G = 27.78%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76505A (or 0x76505A) is known color: Cosmic. HEX triplet: 76, 50 and 5A. RGB value is (118,80,90). Sum of RGB (Red+Green+Blue) = 118+80+90=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #76505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76505A is #89AFA5. Grayscale: #5C5C5C. Windows color (decimal): -9023398 or 5918838. OLE color: 5918838.

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

Color convert

RGB 118 80 90 -
CMYK 0 0.32 0.24 0.54
HSL 344.21º 0.19% 0.39% -
HSV(B) 344.21º 0.32% 0.46% -
XYZ 12.19 10.33 11.02 -
YUV 92.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 118 80 90 0 0.32 0.24 0.54 344.21 0.19 0.39
Hex 76 50 5A 0 20 18 36 158 13 27
Octal 166 120 132 0 40 30 66 530 23 47
Binary 1110110 1010000 1011010 0 100000 11000 110110 101011000 10011 100111

Color Harmonies of #76505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76505A

Black with #76505A

Text Example


Text Example

White with #76505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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