Html Css Color HEX #765264 Cosmic

📋 copy color: '#765264'

red 118 ◦ green 82 ◦ blue 100

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

Shades of Cosmic #765264

Tints of Cosmic #765264

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.33%

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

R = 39.33%
G = 27.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#765264 (or 0x765264) is known color: Cosmic. HEX triplet: 76, 52 and 64. RGB value is (118,82,100). Sum of RGB (Red+Green+Blue) = 118+82+100=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #765264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765264 is #89AD9B. Grayscale: #5E5E5E. Windows color (decimal): -9022876 or 6574710. OLE color: 6574710.

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

Color convert

RGB 118 82 100 -
CMYK 0 0.31 0.15 0.54
HSL 330º 0.18% 0.39% -
HSV(B) 330º 0.31% 0.46% -
XYZ 12.79 10.81 13.47 -
YUV 94.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 118 82 100 0 0.31 0.15 0.54 330 0.18 0.39
Hex 76 52 64 0 1F F 36 14A 12 27
Octal 166 122 144 0 37 17 66 512 22 47
Binary 1110110 1010010 1100100 0 11111 1111 110110 101001010 10010 100111

Color Harmonies of #765264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765264

Black with #765264

Text Example


Text Example

White with #765264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765264; }

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

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

background-color css

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

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

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

border-color css

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

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

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