Html Css Color HEX #7678AC Chetwode Blue

📋 copy color: '#7678AC'

red 118 ◦ green 120 ◦ blue 172

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

Shades of Chetwode Blue #7678AC

Tints of Chetwode Blue #7678AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 28.78%
G = 29.27%
B = 41.95%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7678AC (or 0x7678AC) is known color: Chetwode Blue. HEX triplet: 76, 78 and AC. RGB value is (118,120,172). Sum of RGB (Red+Green+Blue) = 118+120+172=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #7678AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7678AC is #898753. Grayscale: #7D7D7D. Windows color (decimal): -9013076 or 11303030. OLE color: 11303030.

HSL color Cylindrical-coordinate representation of color #7678AC: hue angle of 237.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7678AC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 120 172 -
CMYK 0.31 0.30 0 0.33
HSL 237.78º 0.25% 0.57% -
HSV(B) 237.78º 0.31% 0.67% -
XYZ 21.63 20.26 41.8 -
YUV 125.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 118 120 172 0.31 0.30 0 0.33 237.78 0.25 0.57
Hex 76 78 AC 1F 1E 0 21 EE 19 39
Octal 166 170 254 37 36 0 41 356 31 71
Binary 1110110 1111000 10101100 11111 11110 0 100001 11101110 11001 111001

Color Harmonies of #7678AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7678AC

Black with #7678AC

Text Example


Text Example

White with #7678AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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