Html Css Color HEX #76486A Cosmic

📋 copy color: '#76486A'

red 118 ◦ green 72 ◦ blue 106

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

Shades of Cosmic #76486A

Tints of Cosmic #76486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.32%

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

R = 39.86%
G = 24.32%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76486A (or 0x76486A) is known color: Cosmic. HEX triplet: 76, 48 and 6A. RGB value is (118,72,106). Sum of RGB (Red+Green+Blue) = 118+72+106=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76486A is #89B795. Grayscale: #595959. Windows color (decimal): -9025430 or 6965366. OLE color: 6965366.

HSL color Cylindrical-coordinate representation of color #76486A: hue angle of 315.65º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76486A is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 72 106 -
CMYK 0 0.39 0.10 0.54
HSL 315.65º 0.24% 0.37% -
HSV(B) 315.65º 0.39% 0.46% -
XYZ 12.39 9.53 14.82 -
YUV 89.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 118 72 106 0 0.39 0.10 0.54 315.65 0.24 0.37
Hex 76 48 6A 0 27 A 36 13C 18 25
Octal 166 110 152 0 47 12 66 474 30 45
Binary 1110110 1001000 1101010 0 100111 1010 110110 100111100 11000 100101

Color Harmonies of #76486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76486A

Black with #76486A

Text Example


Text Example

White with #76486A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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