Html Css Color HEX #734761 Cosmic

📋 copy color: '#734761'

red 115 ◦ green 71 ◦ blue 97

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

Shades of Cosmic #734761

Tints of Cosmic #734761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

 BLUE value IS 97 (38.28% from 255) = 34.28%

R = 40.64%
G = 25.09%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#734761 (or 0x734761) is known color: Cosmic. HEX triplet: 73, 47 and 61. RGB value is (115,71,97). Sum of RGB (Red+Green+Blue) = 115+71+97=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #734761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734761 is #8CB89E. Grayscale: #575757. Windows color (decimal): -9222303 or 6375283. OLE color: 6375283.

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

Color convert

RGB 115 71 97 -
CMYK 0 0.38 0.16 0.55
HSL 324.55º 0.24% 0.36% -
HSV(B) 324.55º 0.38% 0.45% -
XYZ 11.48 9.01 12.44 -
YUV 87.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 115 71 97 0 0.38 0.16 0.55 324.55 0.24 0.36
Hex 73 47 61 0 26 10 37 145 18 24
Octal 163 107 141 0 46 20 67 505 30 44
Binary 1110011 1000111 1100001 0 100110 10000 110111 101000101 11000 100100

Color Harmonies of #734761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734761

Black with #734761

Text Example


Text Example

White with #734761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734761; }

 p { color: rgb(115,71,97); }

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

background-color css

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

 a { background-color: rgb(115,71,97); }

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

border-color css

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

 span { border-color: rgb(115,71,97); }

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