Html Css Color HEX #735765 Cosmic

📋 copy color: '#735765'

red 115 ◦ green 87 ◦ blue 101

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

Shades of Cosmic #735765

Tints of Cosmic #735765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.71%

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

R = 37.95%
G = 28.71%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#735765 (or 0x735765) is known color: Cosmic. HEX triplet: 73, 57 and 65. RGB value is (115,87,101). Sum of RGB (Red+Green+Blue) = 115+87+101=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #735765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735765 is #8CA89A. Grayscale: #606060. Windows color (decimal): -9218203 or 6641523. OLE color: 6641523.

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

Color convert

RGB 115 87 101 -
CMYK 0 0.24 0.12 0.55
HSL 330º 0.14% 0.4% -
HSV(B) 330º 0.24% 0.45% -
XYZ 12.83 11.4 13.84 -
YUV 96.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 115 87 101 0 0.24 0.12 0.55 330 0.14 0.4
Hex 73 57 65 0 18 C 37 14A E 28
Octal 163 127 145 0 30 14 67 512 16 50
Binary 1110011 1010111 1100101 0 11000 1100 110111 101001010 1110 101000

Color Harmonies of #735765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735765

Black with #735765

Text Example


Text Example

White with #735765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735765; }

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

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

background-color css

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

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

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

border-color css

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

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

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