#76435A

Color #76435A Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #76435A

Tints of Cosmic #76435A

Color information

#76435A (or 0x76435A) is unknown color: approx Cosmic. HEX triplet: 76, 43 and 5A. RGB value is (118,67,90). Sum of RGB (Red+Green+Blue) = 118+67+90=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76435A is #89BCA5. Grayscale: #545454. Windows color (decimal): -9026726 or 5915510. OLE color: 5915510.

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

Color convert

RGB1186790-
CMYK00.430.240.54
HSL332.94º27.57%36.27%-
HSV(B)332.94º43.22%46.27%-
XYZ11.328.610.74-
YUV84.87130.9151.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=42.91%
G=24.36%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118679000.430.240.54332.9427.5736.27
Hex76435A02B183614d1c24
Octal16610313205330665153444
Binary11101101000011101101001010111100011011010100110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76435A;
 }
 .AnyTagClassName
 {
   color: #76435A;
 }
</style>
background-color css

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

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

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

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

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

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