Html Css Color HEX #765368 Cosmic

📋 copy color: '#765368'

red 118 ◦ green 83 ◦ blue 104

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

Shades of Cosmic #765368

Tints of Cosmic #765368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 38.69%
G = 27.21%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#765368 (or 0x765368) is known color: Cosmic. HEX triplet: 76, 53 and 68. RGB value is (118,83,104). Sum of RGB (Red+Green+Blue) = 118+83+104=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #765368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765368 is #89AC97. Grayscale: #5F5F5F. Windows color (decimal): -9022616 or 6837110. OLE color: 6837110.

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

Color convert

RGB 118 83 104 -
CMYK 0 0.30 0.12 0.54
HSL 324º 0.17% 0.39% -
HSV(B) 324º 0.3% 0.46% -
XYZ 13.06 11.04 14.54 -
YUV 95.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 118 83 104 0 0.30 0.12 0.54 324 0.17 0.39
Hex 76 53 68 0 1E C 36 144 11 27
Octal 166 123 150 0 36 14 66 504 21 47
Binary 1110110 1010011 1101000 0 11110 1100 110110 101000100 10001 100111

Color Harmonies of #765368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765368

Black with #765368

Text Example


Text Example

White with #765368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765368; }

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

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

background-color css

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

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

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

border-color css

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

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

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