Html Css Color HEX #7678BC Chetwode Blue

📋 copy color: '#7678BC'

red 118 ◦ green 120 ◦ blue 188

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

Shades of Chetwode Blue #7678BC

Tints of Chetwode Blue #7678BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.17%

 BLUE value IS 188 (73.83% from 255) = 44.13%

R = 27.7%
G = 28.17%
B = 44.13%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7678BC (or 0x7678BC) is known color: Chetwode Blue. HEX triplet: 76, 78 and BC. RGB value is (118,120,188). Sum of RGB (Red+Green+Blue) = 118+120+188=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #7678BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7678BC is #898743. Grayscale: #7E7E7E. Windows color (decimal): -9013060 or 12351606. OLE color: 12351606.

HSL color Cylindrical-coordinate representation of color #7678BC: hue angle of 238.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7678BC is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 120 188 -
CMYK 0.37 0.36 0 0.26
HSL 238.29º 0.34% 0.6% -
HSV(B) 238.29º 0.37% 0.74% -
XYZ 23.26 20.92 50.39 -
YUV 127.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 118 120 188 0.37 0.36 0 0.26 238.29 0.34 0.6
Hex 76 78 BC 25 24 0 1A EE 22 3C
Octal 166 170 274 45 44 0 32 356 42 74
Binary 1110110 1111000 10111100 100101 100100 0 11010 11101110 100010 111100

Color Harmonies of #7678BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7678BC

Black with #7678BC

Text Example


Text Example

White with #7678BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7678BC; }

 p { color: rgb(118,120,188); }

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

background-color css

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

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

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

border-color css

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

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

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