Html Css Color HEX #744263 Cosmic

📋 copy color: '#744263'

red 116 ◦ green 66 ◦ blue 99

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

Shades of Cosmic #744263

Tints of Cosmic #744263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

 BLUE value IS 99 (39.06% from 255) = 35.23%

R = 41.28%
G = 23.49%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#744263 (or 0x744263) is known color: Cosmic. HEX triplet: 74, 42 and 63. RGB value is (116,66,99). Sum of RGB (Red+Green+Blue) = 116+66+99=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #744263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744263 is #8BBD9C. Grayscale: #545454. Windows color (decimal): -9158045 or 6505076. OLE color: 6505076.

HSL color Cylindrical-coordinate representation of color #744263: hue angle of 320.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #744263 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 66 99 -
CMYK 0 0.43 0.15 0.55
HSL 320.4º 0.27% 0.36% -
HSV(B) 320.4º 0.43% 0.45% -
XYZ 11.4 8.51 12.85 -
YUV 84.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 116 66 99 0 0.43 0.15 0.55 320.4 0.27 0.36
Hex 74 42 63 0 2B F 37 140 1B 24
Octal 164 102 143 0 53 17 67 500 33 44
Binary 1110100 1000010 1100011 0 101011 1111 110111 101000000 11011 100100

Color Harmonies of #744263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744263

Black with #744263

Text Example


Text Example

White with #744263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744263; }

 p { color: rgb(116,66,99); }

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

background-color css

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

 a { background-color: rgb(116,66,99); }

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

border-color css

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

 span { border-color: rgb(116,66,99); }

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