Html Css Color HEX #745467 Cosmic

📋 copy color: '#745467'

red 116 ◦ green 84 ◦ blue 103

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

Shades of Cosmic #745467

Tints of Cosmic #745467

RGB

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

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

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

R = 38.28%
G = 27.72%
B = 33.99%

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

#745467 (or 0x745467) is known color: Cosmic. HEX triplet: 74, 54 and 67. RGB value is (116,84,103). Sum of RGB (Red+Green+Blue) = 116+84+103=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #745467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745467 is #8BAB98. Grayscale: #5F5F5F. Windows color (decimal): -9153433 or 6771828. OLE color: 6771828.

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

Color convert

RGB 116 84 103 -
CMYK 0 0.28 0.11 0.55
HSL 324.38º 0.16% 0.39% -
HSV(B) 324.38º 0.28% 0.45% -
XYZ 12.82 11.03 14.29 -
YUV 95.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 116 84 103 0 0.28 0.11 0.55 324.38 0.16 0.39
Hex 74 54 67 0 1C B 37 144 10 27
Octal 164 124 147 0 34 13 67 504 20 47
Binary 1110100 1010100 1100111 0 11100 1011 110111 101000100 10000 100111

Color Harmonies of #745467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745467

Black with #745467

Text Example


Text Example

White with #745467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745467; }

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

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

background-color css

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

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

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

border-color css

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

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

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