Html Css Color HEX #765B6A Cosmic

📋 copy color: '#765B6A'

red 118 ◦ green 91 ◦ blue 106

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

Shades of Cosmic #765B6A

Tints of Cosmic #765B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 37.46%
G = 28.89%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#765B6A (or 0x765B6A) is known color: Cosmic. HEX triplet: 76, 5B and 6A. RGB value is (118,91,106). Sum of RGB (Red+Green+Blue) = 118+91+106=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #765B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B6A is #89A495. Grayscale: #646464. Windows color (decimal): -9020566 or 6970230. OLE color: 6970230.

HSL color Cylindrical-coordinate representation of color #765B6A: hue angle of 326.67º 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 #765B6A is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 91 106 -
CMYK 0 0.23 0.10 0.54
HSL 326.67º 0.13% 0.41% -
HSV(B) 326.67º 0.23% 0.46% -
XYZ 13.81 12.37 15.3 -
YUV 100.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 118 91 106 0 0.23 0.10 0.54 326.67 0.13 0.41
Hex 76 5B 6A 0 17 A 36 147 D 29
Octal 166 133 152 0 27 12 66 507 15 51
Binary 1110110 1011011 1101010 0 10111 1010 110110 101000111 1101 101001

Color Harmonies of #765B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B6A

Black with #765B6A

Text Example


Text Example

White with #765B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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