Html Css Color HEX #734765 Cosmic

📋 copy color: '#734765'

red 115 ◦ green 71 ◦ blue 101

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

Shades of Cosmic #734765

Tints of Cosmic #734765

RGB

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

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

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

R = 40.07%
G = 24.74%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#734765 (or 0x734765) is known color: Cosmic. HEX triplet: 73, 47 and 65. RGB value is (115,71,101). Sum of RGB (Red+Green+Blue) = 115+71+101=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #734765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734765 is #8CB89A. Grayscale: #575757. Windows color (decimal): -9222299 or 6637427. OLE color: 6637427.

HSL color Cylindrical-coordinate representation of color #734765: hue angle of 319.09º 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 #734765 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 71 101 -
CMYK 0 0.38 0.12 0.55
HSL 319.09º 0.24% 0.36% -
HSV(B) 319.09º 0.38% 0.45% -
XYZ 11.67 9.09 13.45 -
YUV 87.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 115 71 101 0 0.38 0.12 0.55 319.09 0.24 0.36
Hex 73 47 65 0 26 C 37 13F 18 24
Octal 163 107 145 0 46 14 67 477 30 44
Binary 1110011 1000111 1100101 0 100110 1100 110111 100111111 11000 100100

Color Harmonies of #734765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734765

Black with #734765

Text Example


Text Example

White with #734765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734765; }

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

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

background-color css

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

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

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

border-color css

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

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

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