Html Css Color HEX #735265 Cosmic

📋 copy color: '#735265'

red 115 ◦ green 82 ◦ blue 101

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

Shades of Cosmic #735265

Tints of Cosmic #735265

RGB

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

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

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

R = 38.59%
G = 27.52%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#735265 (or 0x735265) is known color: Cosmic. HEX triplet: 73, 52 and 65. RGB value is (115,82,101). Sum of RGB (Red+Green+Blue) = 115+82+101=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #735265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735265 is #8CAD9A. Grayscale: #5D5D5D. Windows color (decimal): -9219483 or 6640243. OLE color: 6640243.

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

Color convert

RGB 115 82 101 -
CMYK 0 0.29 0.12 0.55
HSL 325.45º 0.17% 0.39% -
HSV(B) 325.45º 0.29% 0.45% -
XYZ 12.44 10.62 13.71 -
YUV 94.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 115 82 101 0 0.29 0.12 0.55 325.45 0.17 0.39
Hex 73 52 65 0 1D C 37 145 11 27
Octal 163 122 145 0 35 14 67 505 21 47
Binary 1110011 1010010 1100101 0 11101 1100 110111 101000101 10001 100111

Color Harmonies of #735265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735265

Black with #735265

Text Example


Text Example

White with #735265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735265; }

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

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

background-color css

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

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

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

border-color css

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

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

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