Html Css Color HEX #765364 Cosmic

📋 copy color: '#765364'

red 118 ◦ green 83 ◦ blue 100

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

Shades of Cosmic #765364

Tints of Cosmic #765364

RGB

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

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

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

R = 39.2%
G = 27.57%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#765364 (or 0x765364) is known color: Cosmic. HEX triplet: 76, 53 and 64. RGB value is (118,83,100). Sum of RGB (Red+Green+Blue) = 118+83+100=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #765364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765364 is #89AC9B. Grayscale: #5F5F5F. Windows color (decimal): -9022620 or 6574966. OLE color: 6574966.

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

Color convert

RGB 118 83 100 -
CMYK 0 0.30 0.15 0.54
HSL 330.86º 0.17% 0.39% -
HSV(B) 330.86º 0.3% 0.46% -
XYZ 12.86 10.96 13.49 -
YUV 95.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 118 83 100 0 0.30 0.15 0.54 330.86 0.17 0.39
Hex 76 53 64 0 1E F 36 14B 11 27
Octal 166 123 144 0 36 17 66 513 21 47
Binary 1110110 1010011 1100100 0 11110 1111 110110 101001011 10001 100111

Color Harmonies of #765364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765364

Black with #765364

Text Example


Text Example

White with #765364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765364; }

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

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

background-color css

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

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

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

border-color css

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

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

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