Html Css Color HEX #765C68 Cosmic

📋 copy color: '#765C68'

red 118 ◦ green 92 ◦ blue 104

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

Shades of Cosmic #765C68

Tints of Cosmic #765C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.3%

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

R = 37.58%
G = 29.3%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#765C68 (or 0x765C68) is known color: Cosmic. HEX triplet: 76, 5C and 68. RGB value is (118,92,104). Sum of RGB (Red+Green+Blue) = 118+92+104=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #765C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C68 is #89A397. Grayscale: #656565. Windows color (decimal): -9020312 or 6839414. OLE color: 6839414.

HSL color Cylindrical-coordinate representation of color #765C68: hue angle of 332.31º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #765C68 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 92 104 -
CMYK 0 0.22 0.12 0.54
HSL 332.31º 0.12% 0.41% -
HSV(B) 332.31º 0.22% 0.46% -
XYZ 13.8 12.51 14.78 -
YUV 101.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 118 92 104 0 0.22 0.12 0.54 332.31 0.12 0.41
Hex 76 5C 68 0 16 C 36 14C C 29
Octal 166 134 150 0 26 14 66 514 14 51
Binary 1110110 1011100 1101000 0 10110 1100 110110 101001100 1100 101001

Color Harmonies of #765C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C68

Black with #765C68

Text Example


Text Example

White with #765C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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