Html Css Color HEX #745465 Cosmic

📋 copy color: '#745465'

red 116 ◦ green 84 ◦ blue 101

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

Shades of Cosmic #745465

Tints of Cosmic #745465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 38.54%
G = 27.91%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#745465 (or 0x745465) is known color: Cosmic. HEX triplet: 74, 54 and 65. RGB value is (116,84,101). Sum of RGB (Red+Green+Blue) = 116+84+101=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #745465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745465 is #8BAB9A. Grayscale: #5F5F5F. Windows color (decimal): -9153435 or 6640756. OLE color: 6640756.

HSL color Cylindrical-coordinate representation of color #745465: hue angle of 328.12º 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 #745465 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 101 -
CMYK 0 0.28 0.13 0.55
HSL 328.13º 0.16% 0.39% -
HSV(B) 328.13º 0.28% 0.45% -
XYZ 12.72 10.99 13.76 -
YUV 95.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 116 84 101 0 0.28 0.13 0.55 328.13 0.16 0.39
Hex 74 54 65 0 1C D 37 148 10 27
Octal 164 124 145 0 34 15 67 510 20 47
Binary 1110100 1010100 1100101 0 11100 1101 110111 101001000 10000 100111

Color Harmonies of #745465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745465

Black with #745465

Text Example


Text Example

White with #745465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745465; }

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

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

background-color css

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

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

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

border-color css

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

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

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