Html Css Color HEX #765B68 Cosmic

📋 copy color: '#765B68'

red 118 ◦ green 91 ◦ blue 104

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

Shades of Cosmic #765B68

Tints of Cosmic #765B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

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

R = 37.7%
G = 29.07%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#765B68 (or 0x765B68) is known color: Cosmic. HEX triplet: 76, 5B and 68. RGB value is (118,91,104). Sum of RGB (Red+Green+Blue) = 118+91+104=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #765B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B68 is #89A497. Grayscale: #646464. Windows color (decimal): -9020568 or 6839158. OLE color: 6839158.

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

Color convert

RGB 118 91 104 -
CMYK 0 0.23 0.12 0.54
HSL 331.11º 0.13% 0.41% -
HSV(B) 331.11º 0.23% 0.46% -
XYZ 13.71 12.33 14.75 -
YUV 100.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 118 91 104 0 0.23 0.12 0.54 331.11 0.13 0.41
Hex 76 5B 68 0 17 C 36 14B D 29
Octal 166 133 150 0 27 14 66 513 15 51
Binary 1110110 1011011 1101000 0 10111 1100 110110 101001011 1101 101001

Color Harmonies of #765B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B68

Black with #765B68

Text Example


Text Example

White with #765B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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