#7F435F

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

Shades of Cosmic #7F435F

Tints of Cosmic #7F435F

Color information

#7F435F (or 0x7F435F) is unknown color: approx Cosmic. HEX triplet: 7F, 43 and 5F. RGB value is (127,67,95). Sum of RGB (Red+Green+Blue) = 127+67+95=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F435F is #80BCA0. Grayscale: #585858. Windows color (decimal): -8436897 or 6243199. OLE color: 6243199.

HSL color Cylindrical-coordinate representation of color #7F435F: hue angle of 332º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F435F is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB1276795-
CMYK00.470.250.50
HSL332º30.93%38.04%-
HSV(B)332º47.24%49.8%-
XYZ12.839.3511.96-
YUV88.13131.88155.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.94%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 95 (37.5% from 255) = 32.87%
R=43.94%
G=23.18%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127679500.470.250.5033230.9338.04
Hex7F435F02F193214c1f26
Octal17710313705731625143746
Binary11111111000011101111101011111100111001010100110011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F435F; }

 p { color: rgb(127,67,95); }

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

<style>
 a { background-color: #7F435F; }

 a { background-color: rgb(127,67,95); }

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

<style>
 span { border-color: #7F435F; }

 span { border-color: rgb(127,67,95); }

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