Html Css Color HEX #744665 Cosmic

📋 copy color: '#744665'

red 116 ◦ green 70 ◦ blue 101

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

Shades of Cosmic #744665

Tints of Cosmic #744665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 40.42%
G = 24.39%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#744665 (or 0x744665) is known color: Cosmic. HEX triplet: 74, 46 and 65. RGB value is (116,70,101). Sum of RGB (Red+Green+Blue) = 116+70+101=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #744665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744665 is #8BB99A. Grayscale: #575757. Windows color (decimal): -9157019 or 6637172. OLE color: 6637172.

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

Color convert

RGB 116 70 101 -
CMYK 0 0.40 0.13 0.55
HSL 319.57º 0.25% 0.36% -
HSV(B) 319.57º 0.4% 0.45% -
XYZ 11.74 9.03 13.44 -
YUV 87.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 116 70 101 0 0.40 0.13 0.55 319.57 0.25 0.36
Hex 74 46 65 0 28 D 37 140 19 24
Octal 164 106 145 0 50 15 67 500 31 44
Binary 1110100 1000110 1100101 0 101000 1101 110111 101000000 11001 100100

Color Harmonies of #744665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744665

Black with #744665

Text Example


Text Example

White with #744665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744665; }

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

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

background-color css

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

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

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

border-color css

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

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

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