Html Css Color HEX #765168 Cosmic

📋 copy color: '#765168'

red 118 ◦ green 81 ◦ blue 104

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

Shades of Cosmic #765168

Tints of Cosmic #765168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 38.94%
G = 26.73%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#765168 (or 0x765168) is known color: Cosmic. HEX triplet: 76, 51 and 68. RGB value is (118,81,104). Sum of RGB (Red+Green+Blue) = 118+81+104=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #765168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765168 is #89AE97. Grayscale: #5E5E5E. Windows color (decimal): -9023128 or 6836598. OLE color: 6836598.

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

Color convert

RGB 118 81 104 -
CMYK 0 0.31 0.12 0.54
HSL 322.7º 0.19% 0.39% -
HSV(B) 322.7º 0.31% 0.46% -
XYZ 12.91 10.74 14.49 -
YUV 94.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 118 81 104 0 0.31 0.12 0.54 322.7 0.19 0.39
Hex 76 51 68 0 1F C 36 143 13 27
Octal 166 121 150 0 37 14 66 503 23 47
Binary 1110110 1010001 1101000 0 11111 1100 110110 101000011 10011 100111

Color Harmonies of #765168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765168

Black with #765168

Text Example


Text Example

White with #765168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765168; }

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

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

background-color css

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

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

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

border-color css

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

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

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