Html Css Color HEX #765069 Cosmic

📋 copy color: '#765069'

red 118 ◦ green 80 ◦ blue 105

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

Shades of Cosmic #765069

Tints of Cosmic #765069

RGB

 RED value IS 118 (46.48% from 255) = 38.94%

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

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

R = 38.94%
G = 26.4%
B = 34.65%

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

#765069 (or 0x765069) is known color: Cosmic. HEX triplet: 76, 50 and 69. RGB value is (118,80,105). Sum of RGB (Red+Green+Blue) = 118+80+105=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #765069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765069 is #89AF96. Grayscale: #5E5E5E. Windows color (decimal): -9023383 or 6901878. OLE color: 6901878.

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

Color convert

RGB 118 80 105 -
CMYK 0 0.32 0.11 0.54
HSL 320.53º 0.19% 0.39% -
HSV(B) 320.53º 0.32% 0.46% -
XYZ 12.89 10.61 14.73 -
YUV 94.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 118 80 105 0 0.32 0.11 0.54 320.53 0.19 0.39
Hex 76 50 69 0 20 B 36 141 13 27
Octal 166 120 151 0 40 13 66 501 23 47
Binary 1110110 1010000 1101001 0 100000 1011 110110 101000001 10011 100111

Color Harmonies of #765069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765069

Black with #765069

Text Example


Text Example

White with #765069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765069; }

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

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

background-color css

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

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

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

border-color css

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

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

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