Html Css Color HEX #745865 Cosmic

📋 copy color: '#745865'

red 116 ◦ green 88 ◦ blue 101

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

Shades of Cosmic #745865

Tints of Cosmic #745865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

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

R = 38.03%
G = 28.85%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#745865 (or 0x745865) is known color: Cosmic. HEX triplet: 74, 58 and 65. RGB value is (116,88,101). Sum of RGB (Red+Green+Blue) = 116+88+101=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #745865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745865 is #8BA79A. Grayscale: #616161. Windows color (decimal): -9152411 or 6641780. OLE color: 6641780.

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

Color convert

RGB 116 88 101 -
CMYK 0 0.24 0.13 0.55
HSL 332.14º 0.14% 0.4% -
HSV(B) 332.14º 0.24% 0.45% -
XYZ 13.04 11.63 13.87 -
YUV 97.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 116 88 101 0 0.24 0.13 0.55 332.14 0.14 0.4
Hex 74 58 65 0 18 D 37 14C E 28
Octal 164 130 145 0 30 15 67 514 16 50
Binary 1110100 1011000 1100101 0 11000 1101 110111 101001100 1110 101000

Color Harmonies of #745865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745865

Black with #745865

Text Example


Text Example

White with #745865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745865; }

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

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

background-color css

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

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

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

border-color css

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

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

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