Html Css Color HEX #735062 Cosmic

📋 copy color: '#735062'

red 115 ◦ green 80 ◦ blue 98

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

Shades of Cosmic #735062

Tints of Cosmic #735062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

 BLUE value IS 98 (38.67% from 255) = 33.45%

R = 39.25%
G = 27.3%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#735062 (or 0x735062) is known color: Cosmic. HEX triplet: 73, 50 and 62. RGB value is (115,80,98). Sum of RGB (Red+Green+Blue) = 115+80+98=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #735062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735062 is #8CAF9D. Grayscale: #5C5C5C. Windows color (decimal): -9219998 or 6443123. OLE color: 6443123.

HSL color Cylindrical-coordinate representation of color #735062: hue angle of 329.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735062 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 80 98 -
CMYK 0 0.30 0.15 0.55
HSL 329.14º 0.18% 0.38% -
HSV(B) 329.14º 0.3% 0.45% -
XYZ 12.14 10.26 12.9 -
YUV 92.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 115 80 98 0 0.30 0.15 0.55 329.14 0.18 0.38
Hex 73 50 62 0 1E F 37 149 12 26
Octal 163 120 142 0 36 17 67 511 22 46
Binary 1110011 1010000 1100010 0 11110 1111 110111 101001001 10010 100110

Color Harmonies of #735062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735062

Black with #735062

Text Example


Text Example

White with #735062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735062; }

 p { color: rgb(115,80,98); }

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

background-color css

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

 a { background-color: rgb(115,80,98); }

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

border-color css

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

 span { border-color: rgb(115,80,98); }

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