Html Css Color HEX #76456A Cosmic

📋 copy color: '#76456A'

red 118 ◦ green 69 ◦ blue 106

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

Shades of Cosmic #76456A

Tints of Cosmic #76456A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.55%

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

R = 40.27%
G = 23.55%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76456A (or 0x76456A) is known color: Cosmic. HEX triplet: 76, 45 and 6A. RGB value is (118,69,106). Sum of RGB (Red+Green+Blue) = 118+69+106=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76456A is #89BA95. Grayscale: #575757. Windows color (decimal): -9026198 or 6964598. OLE color: 6964598.

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

Color convert

RGB 118 69 106 -
CMYK 0 0.42 0.10 0.54
HSL 314.69º 0.26% 0.37% -
HSV(B) 314.69º 0.42% 0.46% -
XYZ 12.2 9.15 14.76 -
YUV 87.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 118 69 106 0 0.42 0.10 0.54 314.69 0.26 0.37
Hex 76 45 6A 0 2A A 36 13B 1A 25
Octal 166 105 152 0 52 12 66 473 32 45
Binary 1110110 1000101 1101010 0 101010 1010 110110 100111011 11010 100101

Color Harmonies of #76456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76456A

Black with #76456A

Text Example


Text Example

White with #76456A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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