Html Css Color HEX #76506A Cosmic

📋 copy color: '#76506A'

red 118 ◦ green 80 ◦ blue 106

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

Shades of Cosmic #76506A

Tints of Cosmic #76506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 38.82%
G = 26.32%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76506A (or 0x76506A) is known color: Cosmic. HEX triplet: 76, 50 and 6A. RGB value is (118,80,106). Sum of RGB (Red+Green+Blue) = 118+80+106=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #76506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76506A is #89AF95. Grayscale: #5E5E5E. Windows color (decimal): -9023382 or 6967414. OLE color: 6967414.

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

Color convert

RGB 118 80 106 -
CMYK 0 0.32 0.10 0.54
HSL 318.95º 0.19% 0.39% -
HSV(B) 318.95º 0.32% 0.46% -
XYZ 12.94 10.63 15.01 -
YUV 94.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 118 80 106 0 0.32 0.10 0.54 318.95 0.19 0.39
Hex 76 50 6A 0 20 A 36 13F 13 27
Octal 166 120 152 0 40 12 66 477 23 47
Binary 1110110 1010000 1101010 0 100000 1010 110110 100111111 10011 100111

Color Harmonies of #76506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76506A

Black with #76506A

Text Example


Text Example

White with #76506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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