Html Css Color HEX #745469 Cosmic

📋 copy color: '#745469'

red 116 ◦ green 84 ◦ blue 105

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

Shades of Cosmic #745469

Tints of Cosmic #745469

RGB

 RED value IS 116 (45.7% from 255) = 38.03%

 GREEN value IS 84 (33.2% from 255) = 27.54%

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 38.03%
G = 27.54%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#745469 (or 0x745469) is known color: Cosmic. HEX triplet: 74, 54 and 69. RGB value is (116,84,105). Sum of RGB (Red+Green+Blue) = 116+84+105=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #745469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745469 is #8BAB96. Grayscale: #5F5F5F. Windows color (decimal): -9153431 or 6902900. OLE color: 6902900.

HSL color Cylindrical-coordinate representation of color #745469: hue angle of 320.62º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #745469 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 105 -
CMYK 0 0.28 0.09 0.55
HSL 320.63º 0.16% 0.39% -
HSV(B) 320.63º 0.28% 0.45% -
XYZ 12.92 11.07 14.82 -
YUV 95.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 116 84 105 0 0.28 0.09 0.55 320.63 0.16 0.39
Hex 74 54 69 0 1C 9 37 141 10 27
Octal 164 124 151 0 34 11 67 501 20 47
Binary 1110100 1010100 1101001 0 11100 1001 110111 101000001 10000 100111

Color Harmonies of #745469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745469

Black with #745469

Text Example


Text Example

White with #745469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745469; }

 p { color: rgb(116,84,105); }

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

background-color css

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

 a { background-color: rgb(116,84,105); }

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

border-color css

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

 span { border-color: rgb(116,84,105); }

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