Html Css Color HEX #745767 Cosmic

📋 copy color: '#745767'

red 116 ◦ green 87 ◦ blue 103

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

Shades of Cosmic #745767

Tints of Cosmic #745767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.43%

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

R = 37.91%
G = 28.43%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#745767 (or 0x745767) is known color: Cosmic. HEX triplet: 74, 57 and 67. RGB value is (116,87,103). Sum of RGB (Red+Green+Blue) = 116+87+103=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #745767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745767 is #8BA898. Grayscale: #616161. Windows color (decimal): -9152665 or 6772596. OLE color: 6772596.

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

Color convert

RGB 116 87 103 -
CMYK 0 0.25 0.11 0.55
HSL 326.9º 0.14% 0.4% -
HSV(B) 326.9º 0.25% 0.45% -
XYZ 13.06 11.51 14.37 -
YUV 97.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 116 87 103 0 0.25 0.11 0.55 326.9 0.14 0.4
Hex 74 57 67 0 19 B 37 147 E 28
Octal 164 127 147 0 31 13 67 507 16 50
Binary 1110100 1010111 1100111 0 11001 1011 110111 101000111 1110 101000

Color Harmonies of #745767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745767

Black with #745767

Text Example


Text Example

White with #745767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745767; }

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

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

background-color css

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

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

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

border-color css

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

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

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