Html Css Color HEX #7076AA Chetwode Blue

📋 copy color: '#7076AA'

red 112 ◦ green 118 ◦ blue 170

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

Shades of Chetwode Blue #7076AA

Tints of Chetwode Blue #7076AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 28%
G = 29.5%
B = 42.5%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7076AA (or 0x7076AA) is known color: Chetwode Blue. HEX triplet: 70, 76 and AA. RGB value is (112,118,170). Sum of RGB (Red+Green+Blue) = 112+118+170=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #7076AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7076AA is #8F8955. Grayscale: #797979. Windows color (decimal): -9406806 or 11171440. OLE color: 11171440.

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

Color convert

RGB 112 118 170 -
CMYK 0.34 0.31 0 0.33
HSL 233.79º 0.25% 0.55% -
HSV(B) 233.79º 0.34% 0.67% -
XYZ 20.42 19.3 40.68 -
YUV 122.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 112 118 170 0.34 0.31 0 0.33 233.79 0.25 0.55
Hex 70 76 AA 22 1F 0 21 EA 19 37
Octal 160 166 252 42 37 0 41 352 31 67
Binary 1110000 1110110 10101010 100010 11111 0 100001 11101010 11001 110111

Color Harmonies of #7076AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7076AA

Black with #7076AA

Text Example


Text Example

White with #7076AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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