Html Css Color HEX #7676BA Chetwode Blue

📋 copy color: '#7676BA'

red 118 ◦ green 118 ◦ blue 186

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

Shades of Chetwode Blue #7676BA

Tints of Chetwode Blue #7676BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.96%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 27.96%
G = 27.96%
B = 44.08%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7676BA (or 0x7676BA) is known color: Chetwode Blue. HEX triplet: 76, 76 and BA. RGB value is (118,118,186). Sum of RGB (Red+Green+Blue) = 118+118+186=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #7676BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7676BA is #898945. Grayscale: #7D7D7D. Windows color (decimal): -9013574 or 12220022. OLE color: 12220022.

HSL color Cylindrical-coordinate representation of color #7676BA: hue angle of 240º degrees, saturation: 0.33, 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 #7676BA is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 118 186 -
CMYK 0.37 0.37 0 0.27
HSL 240º 0.33% 0.6% -
HSV(B) 240º 0.37% 0.73% -
XYZ 22.81 20.35 49.18 -
YUV 125.75 162 122.47 -
System Red Green Blue C M Y K H S L
Decimal 118 118 186 0.37 0.37 0 0.27 240 0.33 0.6
Hex 76 76 BA 25 25 0 1B F0 21 3C
Octal 166 166 272 45 45 0 33 360 41 74
Binary 1110110 1110110 10111010 100101 100101 0 11011 11110000 100001 111100

Color Harmonies of #7676BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7676BA

Black with #7676BA

Text Example


Text Example

White with #7676BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7676BA; }

 p { color: rgb(118,118,186); }

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

background-color css

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

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

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

border-color css

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

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

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