Html Css Color HEX #744165 Cosmic

📋 copy color: '#744165'

red 116 ◦ green 65 ◦ blue 101

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

Shades of Cosmic #744165

Tints of Cosmic #744165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

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

R = 41.13%
G = 23.05%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#744165 (or 0x744165) is known color: Cosmic. HEX triplet: 74, 41 and 65. RGB value is (116,65,101). Sum of RGB (Red+Green+Blue) = 116+65+101=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #744165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744165 is #8BBE9A. Grayscale: #545454. Windows color (decimal): -9158299 or 6635892. OLE color: 6635892.

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

Color convert

RGB 116 65 101 -
CMYK 0 0.44 0.13 0.55
HSL 317.65º 0.28% 0.35% -
HSV(B) 317.65º 0.44% 0.45% -
XYZ 11.44 8.43 13.34 -
YUV 84.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 116 65 101 0 0.44 0.13 0.55 317.65 0.28 0.35
Hex 74 41 65 0 2C D 37 13E 1C 23
Octal 164 101 145 0 54 15 67 476 34 43
Binary 1110100 1000001 1100101 0 101100 1101 110111 100111110 11100 100011

Color Harmonies of #744165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744165

Black with #744165

Text Example


Text Example

White with #744165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744165; }

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

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

background-color css

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

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

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

border-color css

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

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

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