Html Css Color HEX #76A0BB Shakespeare

📋 copy color: '#76A0BB'

red 118 ◦ green 160 ◦ blue 187

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

Shades of Shakespeare #76A0BB

Tints of Shakespeare #76A0BB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.41%

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 25.38%
G = 34.41%
B = 40.22%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#76A0BB (or 0x76A0BB) is known color: Shakespeare. HEX triplet: 76, A0 and BB. RGB value is (118,160,187). Sum of RGB (Red+Green+Blue) = 118+160+187=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #76A0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A0BB is #895F44. Grayscale: #969696. Windows color (decimal): -9002821 or 12296310. OLE color: 12296310.

HSL color Cylindrical-coordinate representation of color #76A0BB: hue angle of 203.48º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76A0BB is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 160 187 -
CMYK 0.37 0.14 0 0.27
HSL 203.48º 0.34% 0.6% -
HSV(B) 203.48º 0.37% 0.73% -
XYZ 29.01 32.58 51.77 -
YUV 150.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 118 160 187 0.37 0.14 0 0.27 203.48 0.34 0.6
Hex 76 A0 BB 25 E 0 1B CB 22 3C
Octal 166 240 273 45 16 0 33 313 42 74
Binary 1110110 10100000 10111011 100101 1110 0 11011 11001011 100010 111100

Color Harmonies of #76A0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A0BB

Black with #76A0BB

Text Example


Text Example

White with #76A0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A0BB; }

 p { color: rgb(118,160,187); }

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

background-color css

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

 a { background-color: rgb(118,160,187); }

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

border-color css

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

 span { border-color: rgb(118,160,187); }

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