#76425A

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

Shades of Cosmic #76425A

Tints of Cosmic #76425A

Color information

#76425A (or 0x76425A) is unknown color: approx Cosmic. HEX triplet: 76, 42 and 5A. RGB value is (118,66,90). Sum of RGB (Red+Green+Blue) = 118+66+90=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #76425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76425A is #89BDA5. Grayscale: #545454. Windows color (decimal): -9026982 or 5915254. OLE color: 5915254.

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

Color convert

RGB1186690-
CMYK00.440.240.54
HSL332.31º28.26%36.08%-
HSV(B)332.31º44.07%46.27%-
XYZ11.268.4910.72-
YUV84.28131.23152.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=43.07%
G=24.09%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118669000.440.240.54332.3128.2636.08
Hex76425A02C183614c1c24
Octal16610213205430665143444
Binary11101101000010101101001011001100011011010100110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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