Html Css Color HEX #765366 Cosmic

📋 copy color: '#765366'

red 118 ◦ green 83 ◦ blue 102

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

Shades of Cosmic #765366

Tints of Cosmic #765366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.39%

 BLUE value IS 102 (40.23% from 255) = 33.66%

R = 38.94%
G = 27.39%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#765366 (or 0x765366) is known color: Cosmic. HEX triplet: 76, 53 and 66. RGB value is (118,83,102). Sum of RGB (Red+Green+Blue) = 118+83+102=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #765366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765366 is #89AC99. Grayscale: #5F5F5F. Windows color (decimal): -9022618 or 6706038. OLE color: 6706038.

HSL color Cylindrical-coordinate representation of color #765366: hue angle of 327.43º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765366 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 102 -
CMYK 0 0.30 0.14 0.54
HSL 327.43º 0.17% 0.39% -
HSV(B) 327.43º 0.3% 0.46% -
XYZ 12.96 11 14.01 -
YUV 95.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 118 83 102 0 0.30 0.14 0.54 327.43 0.17 0.39
Hex 76 53 66 0 1E E 36 147 11 27
Octal 166 123 146 0 36 16 66 507 21 47
Binary 1110110 1010011 1100110 0 11110 1110 110110 101000111 10001 100111

Color Harmonies of #765366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765366

Black with #765366

Text Example


Text Example

White with #765366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765366; }

 p { color: rgb(118,83,102); }

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

background-color css

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

 a { background-color: rgb(118,83,102); }

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

border-color css

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

 span { border-color: rgb(118,83,102); }

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