Html Css Color HEX #735266 Cosmic

📋 copy color: '#735266'

red 115 ◦ green 82 ◦ blue 102

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

Shades of Cosmic #735266

Tints of Cosmic #735266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 38.46%
G = 27.42%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#735266 (or 0x735266) is known color: Cosmic. HEX triplet: 73, 52 and 66. RGB value is (115,82,102). Sum of RGB (Red+Green+Blue) = 115+82+102=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #735266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735266 is #8CAD99. Grayscale: #5E5E5E. Windows color (decimal): -9219482 or 6705779. OLE color: 6705779.

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

Color convert

RGB 115 82 102 -
CMYK 0 0.29 0.11 0.55
HSL 323.64º 0.17% 0.39% -
HSV(B) 323.64º 0.29% 0.45% -
XYZ 12.49 10.64 13.97 -
YUV 94.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 115 82 102 0 0.29 0.11 0.55 323.64 0.17 0.39
Hex 73 52 66 0 1D B 37 144 11 27
Octal 163 122 146 0 35 13 67 504 21 47
Binary 1110011 1010010 1100110 0 11101 1011 110111 101000100 10001 100111

Color Harmonies of #735266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735266

Black with #735266

Text Example


Text Example

White with #735266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735266; }

 p { color: rgb(115,82,102); }

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

background-color css

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

 a { background-color: rgb(115,82,102); }

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

border-color css

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

 span { border-color: rgb(115,82,102); }

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