Html Css Color HEX #765764 Cosmic

📋 copy color: '#765764'

red 118 ◦ green 87 ◦ blue 100

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

Shades of Cosmic #765764

Tints of Cosmic #765764

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 38.69%
G = 28.52%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#765764 (or 0x765764) is known color: Cosmic. HEX triplet: 76, 57 and 64. RGB value is (118,87,100). Sum of RGB (Red+Green+Blue) = 118+87+100=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #765764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765764 is #89A89B. Grayscale: #616161. Windows color (decimal): -9021596 or 6575990. OLE color: 6575990.

HSL color Cylindrical-coordinate representation of color #765764: hue angle of 334.84º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #765764 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 87 100 -
CMYK 0 0.26 0.15 0.54
HSL 334.84º 0.15% 0.4% -
HSV(B) 334.84º 0.26% 0.46% -
XYZ 13.18 11.59 13.6 -
YUV 97.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 118 87 100 0 0.26 0.15 0.54 334.84 0.15 0.4
Hex 76 57 64 0 1A F 36 14F F 28
Octal 166 127 144 0 32 17 66 517 17 50
Binary 1110110 1010111 1100100 0 11010 1111 110110 101001111 1111 101000

Color Harmonies of #765764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765764

Black with #765764

Text Example


Text Example

White with #765764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765764; }

 p { color: rgb(118,87,100); }

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

background-color css

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

 a { background-color: rgb(118,87,100); }

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

border-color css

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

 span { border-color: rgb(118,87,100); }

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