#745067

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

Shades of Cosmic #745067

Tints of Cosmic #745067

Color information

#745067 (or 0x745067) is unknown color: approx Cosmic. HEX triplet: 74, 50 and 67. RGB value is (116,80,103). Sum of RGB (Red+Green+Blue) = 116+80+103=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #745067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745067 is #8BAF98. Grayscale: #5D5D5D. Windows color (decimal): -9154457 or 6770804. OLE color: 6770804.

HSL color Cylindrical-coordinate representation of color #745067: hue angle of 321.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745067 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11680103-
CMYK00.310.110.55
HSL321.67º18.37%38.43%-
HSV(B)321.67º31.03%45.49%-
XYZ12.5210.4314.19-
YUV93.39133.43144.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=38.80%
G=26.76%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168010300.310.110.55321.6718.3738.43
Hex74506701FB371421226
Octal16412014703713675022246
Binary111010010100001100111011111101111011110100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745067; }

 p { color: rgb(116,80,103); }

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

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

 a { background-color: rgb(116,80,103); }

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

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

 span { border-color: rgb(116,80,103); }

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