Html Css Color HEX #745367 Cosmic

📋 copy color: '#745367'

red 116 ◦ green 83 ◦ blue 103

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

Shades of Cosmic #745367

Tints of Cosmic #745367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 38.41%
G = 27.48%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#745367 (or 0x745367) is known color: Cosmic. HEX triplet: 74, 53 and 67. RGB value is (116,83,103). Sum of RGB (Red+Green+Blue) = 116+83+103=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #745367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745367 is #8BAC98. Grayscale: #5F5F5F. Windows color (decimal): -9153689 or 6771572. OLE color: 6771572.

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

Color convert

RGB 116 83 103 -
CMYK 0 0.28 0.11 0.55
HSL 323.64º 0.17% 0.39% -
HSV(B) 323.64º 0.28% 0.45% -
XYZ 12.74 10.88 14.26 -
YUV 95.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 116 83 103 0 0.28 0.11 0.55 323.64 0.17 0.39
Hex 74 53 67 0 1C B 37 144 11 27
Octal 164 123 147 0 34 13 67 504 21 47
Binary 1110100 1010011 1100111 0 11100 1011 110111 101000100 10001 100111

Color Harmonies of #745367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745367

Black with #745367

Text Example


Text Example

White with #745367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745367; }

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

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

background-color css

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

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

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

border-color css

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

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

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