Html Css Color HEX #735068 Cosmic

📋 copy color: '#735068'

red 115 ◦ green 80 ◦ blue 104

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

Shades of Cosmic #735068

Tints of Cosmic #735068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 38.46%
G = 26.76%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#735068 (or 0x735068) is known color: Cosmic. HEX triplet: 73, 50 and 68. RGB value is (115,80,104). Sum of RGB (Red+Green+Blue) = 115+80+104=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #735068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735068 is #8CAF97. Grayscale: #5D5D5D. Windows color (decimal): -9219992 or 6836339. OLE color: 6836339.

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

Color convert

RGB 115 80 104 -
CMYK 0 0.30 0.10 0.55
HSL 318.86º 0.18% 0.38% -
HSV(B) 318.86º 0.3% 0.45% -
XYZ 12.44 10.38 14.45 -
YUV 93.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 115 80 104 0 0.30 0.10 0.55 318.86 0.18 0.38
Hex 73 50 68 0 1E A 37 13F 12 26
Octal 163 120 150 0 36 12 67 477 22 46
Binary 1110011 1010000 1101000 0 11110 1010 110111 100111111 10010 100110

Color Harmonies of #735068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735068

Black with #735068

Text Example


Text Example

White with #735068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735068; }

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

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

background-color css

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

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

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

border-color css

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

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

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