Html Css Color HEX #7076AB Chetwode Blue

📋 copy color: '#7076AB'

red 112 ◦ green 118 ◦ blue 171

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

Shades of Chetwode Blue #7076AB

Tints of Chetwode Blue #7076AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.43%

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 27.93%
G = 29.43%
B = 42.64%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7076AB (or 0x7076AB) is known color: Chetwode Blue. HEX triplet: 70, 76 and AB. RGB value is (112,118,171). Sum of RGB (Red+Green+Blue) = 112+118+171=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #7076AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7076AB is #8F8954. Grayscale: #7A7A7A. Windows color (decimal): -9406805 or 11236976. OLE color: 11236976.

HSL color Cylindrical-coordinate representation of color #7076AB: hue angle of 233.9º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7076AB is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 118 171 -
CMYK 0.35 0.31 0 0.33
HSL 233.9º 0.26% 0.55% -
HSV(B) 233.9º 0.35% 0.67% -
XYZ 20.51 19.34 41.18 -
YUV 122.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 112 118 171 0.35 0.31 0 0.33 233.9 0.26 0.55
Hex 70 76 AB 23 1F 0 21 EA 1A 37
Octal 160 166 253 43 37 0 41 352 32 67
Binary 1110000 1110110 10101011 100011 11111 0 100001 11101010 11010 110111

Color Harmonies of #7076AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7076AB

Black with #7076AB

Text Example


Text Example

White with #7076AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7076AB; }

 p { color: rgb(112,118,171); }

 H1.HeaderClassName
 {
   color: #7076AB;
 }
 .AnyTagClassName
 {
   color: #7076AB;
 }
</style>

background-color css

<style>
 a { background-color: #7076AB; }

 a { background-color: rgb(112,118,171); }

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

border-color css

<style>
 span { border-color: #7076AB; }

 span { border-color: rgb(112,118,171); }

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