Html Css Color HEX #7878AC Chetwode Blue

📋 copy color: '#7878AC'

red 120 ◦ green 120 ◦ blue 172

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

Shades of Chetwode Blue #7878AC

Tints of Chetwode Blue #7878AC

RGB

 RED value IS 120 (47.27% from 255) = 29.13%

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

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

R = 29.13%
G = 29.13%
B = 41.75%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7878AC (or 0x7878AC) is known color: Chetwode Blue. HEX triplet: 78, 78 and AC. RGB value is (120,120,172). Sum of RGB (Red+Green+Blue) = 120+120+172=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #7878AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7878AC is #878753. Grayscale: #7D7D7D. Windows color (decimal): -8882004 or 11303032. OLE color: 11303032.

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

Color convert

RGB 120 120 172 -
CMYK 0.30 0.30 0 0.33
HSL 240º 0.24% 0.57% -
HSV(B) 240º 0.3% 0.67% -
XYZ 21.91 20.4 41.81 -
YUV 125.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 120 120 172 0.30 0.30 0 0.33 240 0.24 0.57
Hex 78 78 AC 1E 1E 0 21 F0 18 39
Octal 170 170 254 36 36 0 41 360 30 71
Binary 1111000 1111000 10101100 11110 11110 0 100001 11110000 11000 111001

Color Harmonies of #7878AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7878AC

Black with #7878AC

Text Example


Text Example

White with #7878AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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