Html Css Color HEX #755069 Cosmic

📋 copy color: '#755069'

red 117 ◦ green 80 ◦ blue 105

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

Shades of Cosmic #755069

Tints of Cosmic #755069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.77%

R = 38.74%
G = 26.49%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#755069 (or 0x755069) is known color: Cosmic. HEX triplet: 75, 50 and 69. RGB value is (117,80,105). Sum of RGB (Red+Green+Blue) = 117+80+105=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #755069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755069 is #8AAF96. Grayscale: #5D5D5D. Windows color (decimal): -9088919 or 6901877. OLE color: 6901877.

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

Color convert

RGB 117 80 105 -
CMYK 0 0.32 0.10 0.54
HSL 319.46º 0.19% 0.39% -
HSV(B) 319.46º 0.32% 0.46% -
XYZ 12.75 10.54 14.73 -
YUV 93.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 117 80 105 0 0.32 0.10 0.54 319.46 0.19 0.39
Hex 75 50 69 0 20 A 36 13F 13 27
Octal 165 120 151 0 40 12 66 477 23 47
Binary 1110101 1010000 1101001 0 100000 1010 110110 100111111 10011 100111

Color Harmonies of #755069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755069

Black with #755069

Text Example


Text Example

White with #755069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755069; }

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

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

background-color css

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

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

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

border-color css

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

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

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