Html Css Color HEX #76A0BE Shakespeare

📋 copy color: '#76A0BE'

red 118 ◦ green 160 ◦ blue 190

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

Shades of Shakespeare #76A0BE

Tints of Shakespeare #76A0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 25.21%
G = 34.19%
B = 40.6%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#76A0BE (or 0x76A0BE) is known color: Shakespeare. HEX triplet: 76, A0 and BE. RGB value is (118,160,190). Sum of RGB (Red+Green+Blue) = 118+160+190=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #76A0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A0BE is #895F41. Grayscale: #969696. Windows color (decimal): -9002818 or 12492918. OLE color: 12492918.

HSL color Cylindrical-coordinate representation of color #76A0BE: hue angle of 205º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76A0BE is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 160 190 -
CMYK 0.38 0.16 0 0.25
HSL 205º 0.36% 0.6% -
HSV(B) 205º 0.38% 0.75% -
XYZ 29.34 32.71 53.48 -
YUV 150.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 118 160 190 0.38 0.16 0 0.25 205 0.36 0.6
Hex 76 A0 BE 26 10 0 19 CD 24 3C
Octal 166 240 276 46 20 0 31 315 44 74
Binary 1110110 10100000 10111110 100110 10000 0 11001 11001101 100100 111100

Color Harmonies of #76A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A0BE

Black with #76A0BE

Text Example


Text Example

White with #76A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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