Html Css Color HEX #735367 Cosmic

📋 copy color: '#735367'

red 115 ◦ green 83 ◦ blue 103

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

Shades of Cosmic #735367

Tints of Cosmic #735367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.57%

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 38.21%
G = 27.57%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#735367 (or 0x735367) is known color: Cosmic. HEX triplet: 73, 53 and 67. RGB value is (115,83,103). Sum of RGB (Red+Green+Blue) = 115+83+103=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #735367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735367 is #8CAC98. Grayscale: #5E5E5E. Windows color (decimal): -9219225 or 6771571. OLE color: 6771571.

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

Color convert

RGB 115 83 103 -
CMYK 0 0.28 0.10 0.55
HSL 322.5º 0.16% 0.39% -
HSV(B) 322.5º 0.28% 0.45% -
XYZ 12.61 10.81 14.25 -
YUV 94.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 115 83 103 0 0.28 0.10 0.55 322.5 0.16 0.39
Hex 73 53 67 0 1C A 37 142 10 27
Octal 163 123 147 0 34 12 67 502 20 47
Binary 1110011 1010011 1100111 0 11100 1010 110111 101000010 10000 100111

Color Harmonies of #735367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735367

Black with #735367

Text Example


Text Example

White with #735367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735367; }

 p { color: rgb(115,83,103); }

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

background-color css

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

 a { background-color: rgb(115,83,103); }

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

border-color css

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

 span { border-color: rgb(115,83,103); }

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