Html Css Color HEX #76455A Cosmic

📋 copy color: '#76455A'

red 118 ◦ green 69 ◦ blue 90

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

Shades of Cosmic #76455A

Tints of Cosmic #76455A

RGB

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

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

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

R = 42.6%
G = 24.91%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76455A (or 0x76455A) is known color: Cosmic. HEX triplet: 76, 45 and 5A. RGB value is (118,69,90). Sum of RGB (Red+Green+Blue) = 118+69+90=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76455A is #89BAA5. Grayscale: #565656. Windows color (decimal): -9026214 or 5916022. OLE color: 5916022.

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

Color convert

RGB 118 69 90 -
CMYK 0 0.42 0.24 0.54
HSL 334.29º 0.26% 0.37% -
HSV(B) 334.29º 0.42% 0.46% -
XYZ 11.44 8.85 10.78 -
YUV 86.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 118 69 90 0 0.42 0.24 0.54 334.29 0.26 0.37
Hex 76 45 5A 0 2A 18 36 14E 1A 25
Octal 166 105 132 0 52 30 66 516 32 45
Binary 1110110 1000101 1011010 0 101010 11000 110110 101001110 11010 100101

Color Harmonies of #76455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76455A

Black with #76455A

Text Example


Text Example

White with #76455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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