Html Css Color HEX #7078AC Chetwode Blue

📋 copy color: '#7078AC'

red 112 ◦ green 120 ◦ blue 172

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

Shades of Chetwode Blue #7078AC

Tints of Chetwode Blue #7078AC

RGB

 RED value IS 112 (44.14% from 255) = 27.72%

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

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

R = 27.72%
G = 29.7%
B = 42.57%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7078AC (or 0x7078AC) is known color: Chetwode Blue. HEX triplet: 70, 78 and AC. RGB value is (112,120,172). Sum of RGB (Red+Green+Blue) = 112+120+172=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #7078AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7078AC is #8F8753. Grayscale: #7B7B7B. Windows color (decimal): -9406292 or 11303024. OLE color: 11303024.

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

Color convert

RGB 112 120 172 -
CMYK 0.35 0.30 0 0.33
HSL 232º 0.27% 0.56% -
HSV(B) 232º 0.35% 0.67% -
XYZ 20.84 19.86 41.76 -
YUV 123.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 112 120 172 0.35 0.30 0 0.33 232 0.27 0.56
Hex 70 78 AC 23 1E 0 21 E8 1B 38
Octal 160 170 254 43 36 0 41 350 33 70
Binary 1110000 1111000 10101100 100011 11110 0 100001 11101000 11011 111000

Color Harmonies of #7078AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7078AC

Black with #7078AC

Text Example


Text Example

White with #7078AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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