Html Css Color HEX #734263 Cosmic

📋 copy color: '#734263'

red 115 ◦ green 66 ◦ blue 99

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

Shades of Cosmic #734263

Tints of Cosmic #734263

RGB

 RED value IS 115 (45.31% from 255) = 41.07%

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

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

R = 41.07%
G = 23.57%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#734263 (or 0x734263) is known color: Cosmic. HEX triplet: 73, 42 and 63. RGB value is (115,66,99). Sum of RGB (Red+Green+Blue) = 115+66+99=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #734263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734263 is #8CBD9C. Grayscale: #545454. Windows color (decimal): -9223581 or 6505075. OLE color: 6505075.

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

Color convert

RGB 115 66 99 -
CMYK 0 0.43 0.14 0.55
HSL 319.59º 0.27% 0.35% -
HSV(B) 319.59º 0.43% 0.45% -
XYZ 11.27 8.44 12.84 -
YUV 84.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 115 66 99 0 0.43 0.14 0.55 319.59 0.27 0.35
Hex 73 42 63 0 2B E 37 140 1B 23
Octal 163 102 143 0 53 16 67 500 33 43
Binary 1110011 1000010 1100011 0 101011 1110 110111 101000000 11011 100011

Color Harmonies of #734263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734263

Black with #734263

Text Example


Text Example

White with #734263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734263; }

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

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

background-color css

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

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

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

border-color css

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

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

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