Html Css Color HEX #734963 Cosmic

📋 copy color: '#734963'

red 115 ◦ green 73 ◦ blue 99

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

Shades of Cosmic #734963

Tints of Cosmic #734963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.44%

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

R = 40.07%
G = 25.44%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#734963 (or 0x734963) is known color: Cosmic. HEX triplet: 73, 49 and 63. RGB value is (115,73,99). Sum of RGB (Red+Green+Blue) = 115+73+99=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #734963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734963 is #8CB69C. Grayscale: #585858. Windows color (decimal): -9221789 or 6506867. OLE color: 6506867.

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

Color convert

RGB 115 73 99 -
CMYK 0 0.37 0.14 0.55
HSL 322.86º 0.22% 0.37% -
HSV(B) 322.86º 0.37% 0.45% -
XYZ 11.7 9.31 12.98 -
YUV 88.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 115 73 99 0 0.37 0.14 0.55 322.86 0.22 0.37
Hex 73 49 63 0 25 E 37 143 16 25
Octal 163 111 143 0 45 16 67 503 26 45
Binary 1110011 1001001 1100011 0 100101 1110 110111 101000011 10110 100101

Color Harmonies of #734963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734963

Black with #734963

Text Example


Text Example

White with #734963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734963; }

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

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

background-color css

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

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

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

border-color css

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

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

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