Html Css Color HEX #765063 Cosmic

📋 copy color: '#765063'

red 118 ◦ green 80 ◦ blue 99

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

Shades of Cosmic #765063

Tints of Cosmic #765063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.33%

R = 39.73%
G = 26.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#765063 (or 0x765063) is known color: Cosmic. HEX triplet: 76, 50 and 63. RGB value is (118,80,99). Sum of RGB (Red+Green+Blue) = 118+80+99=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #765063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765063 is #89AF9C. Grayscale: #5D5D5D. Windows color (decimal): -9023389 or 6508662. OLE color: 6508662.

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

Color convert

RGB 118 80 99 -
CMYK 0 0.32 0.16 0.54
HSL 330º 0.19% 0.39% -
HSV(B) 330º 0.32% 0.46% -
XYZ 12.59 10.49 13.17 -
YUV 93.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 118 80 99 0 0.32 0.16 0.54 330 0.19 0.39
Hex 76 50 63 0 20 10 36 14A 13 27
Octal 166 120 143 0 40 20 66 512 23 47
Binary 1110110 1010000 1100011 0 100000 10000 110110 101001010 10011 100111

Color Harmonies of #765063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765063

Black with #765063

Text Example


Text Example

White with #765063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765063; }

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

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

background-color css

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

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

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

border-color css

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

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

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