Html Css Color HEX #707BAC Chetwode Blue

📋 copy color: '#707BAC'

red 112 ◦ green 123 ◦ blue 172

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

Shades of Chetwode Blue #707BAC

Tints of Chetwode Blue #707BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.22%

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

R = 27.52%
G = 30.22%
B = 42.26%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#707BAC (or 0x707BAC) is known color: Chetwode Blue. HEX triplet: 70, 7B and AC. RGB value is (112,123,172). Sum of RGB (Red+Green+Blue) = 112+123+172=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #707BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BAC is #8F8453. Grayscale: #7D7D7D. Windows color (decimal): -9405524 or 11303792. OLE color: 11303792.

HSL color Cylindrical-coordinate representation of color #707BAC: hue angle of 229º 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 #707BAC is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 123 172 -
CMYK 0.35 0.28 0 0.33
HSL 229º 0.27% 0.56% -
HSV(B) 229º 0.35% 0.67% -
XYZ 21.21 20.59 41.89 -
YUV 125.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 112 123 172 0.35 0.28 0 0.33 229 0.27 0.56
Hex 70 7B AC 23 1C 0 21 E5 1B 38
Octal 160 173 254 43 34 0 41 345 33 70
Binary 1110000 1111011 10101100 100011 11100 0 100001 11100101 11011 111000

Color Harmonies of #707BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BAC

Black with #707BAC

Text Example


Text Example

White with #707BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707BAC; }

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

 H1.HeaderClassName
 {
   color: #707BAC;
 }
 .AnyTagClassName
 {
   color: #707BAC;
 }
</style>

background-color css

<style>
 a { background-color: #707BAC; }

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

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

border-color css

<style>
 span { border-color: #707BAC; }

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

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