Html Css Color HEX #765064 Cosmic

📋 copy color: '#765064'

red 118 ◦ green 80 ◦ blue 100

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

Shades of Cosmic #765064

Tints of Cosmic #765064

RGB

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

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

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

R = 39.6%
G = 26.85%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#765064 (or 0x765064) is known color: Cosmic. HEX triplet: 76, 50 and 64. RGB value is (118,80,100). Sum of RGB (Red+Green+Blue) = 118+80+100=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #765064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765064 is #89AF9B. Grayscale: #5D5D5D. Windows color (decimal): -9023388 or 6574198. OLE color: 6574198.

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

Color convert

RGB 118 80 100 -
CMYK 0 0.32 0.15 0.54
HSL 328.42º 0.19% 0.39% -
HSV(B) 328.42º 0.32% 0.46% -
XYZ 12.64 10.51 13.42 -
YUV 93.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 118 80 100 0 0.32 0.15 0.54 328.42 0.19 0.39
Hex 76 50 64 0 20 F 36 148 13 27
Octal 166 120 144 0 40 17 66 510 23 47
Binary 1110110 1010000 1100100 0 100000 1111 110110 101001000 10011 100111

Color Harmonies of #765064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765064

Black with #765064

Text Example


Text Example

White with #765064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765064; }

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

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

background-color css

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

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

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

border-color css

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

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

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