Html Css Color HEX #755068 Cosmic

📋 copy color: '#755068'

red 117 ◦ green 80 ◦ blue 104

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

Shades of Cosmic #755068

Tints of Cosmic #755068

RGB

 RED value IS 117 (46.09% from 255) = 38.87%

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

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

R = 38.87%
G = 26.58%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#755068 (or 0x755068) is known color: Cosmic. HEX triplet: 75, 50 and 68. RGB value is (117,80,104). Sum of RGB (Red+Green+Blue) = 117+80+104=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #755068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755068 is #8AAF97. Grayscale: #5D5D5D. Windows color (decimal): -9088920 or 6836341. OLE color: 6836341.

HSL color Cylindrical-coordinate representation of color #755068: hue angle of 321.08º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755068 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 104 -
CMYK 0 0.32 0.11 0.54
HSL 321.08º 0.19% 0.39% -
HSV(B) 321.08º 0.32% 0.46% -
XYZ 12.7 10.52 14.46 -
YUV 93.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 117 80 104 0 0.32 0.11 0.54 321.08 0.19 0.39
Hex 75 50 68 0 20 B 36 141 13 27
Octal 165 120 150 0 40 13 66 501 23 47
Binary 1110101 1010000 1101000 0 100000 1011 110110 101000001 10011 100111

Color Harmonies of #755068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755068

Black with #755068

Text Example


Text Example

White with #755068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755068; }

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

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

background-color css

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

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

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

border-color css

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

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

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