Html Css Color HEX #7276AA Chetwode Blue

📋 copy color: '#7276AA'

red 114 ◦ green 118 ◦ blue 170

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

Shades of Chetwode Blue #7276AA

Tints of Chetwode Blue #7276AA

RGB

 RED value IS 114 (44.92% from 255) = 28.36%

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

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

R = 28.36%
G = 29.35%
B = 42.29%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7276AA (or 0x7276AA) is known color: Chetwode Blue. HEX triplet: 72, 76 and AA. RGB value is (114,118,170). Sum of RGB (Red+Green+Blue) = 114+118+170=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #7276AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7276AA is #8D8955. Grayscale: #7A7A7A. Windows color (decimal): -9275734 or 11171442. OLE color: 11171442.

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

Color convert

RGB 114 118 170 -
CMYK 0.33 0.31 0 0.33
HSL 235.71º 0.25% 0.56% -
HSV(B) 235.71º 0.33% 0.67% -
XYZ 20.67 19.44 40.69 -
YUV 122.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 114 118 170 0.33 0.31 0 0.33 235.71 0.25 0.56
Hex 72 76 AA 21 1F 0 21 EC 19 38
Octal 162 166 252 41 37 0 41 354 31 70
Binary 1110010 1110110 10101010 100001 11111 0 100001 11101100 11001 111000

Color Harmonies of #7276AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7276AA

Black with #7276AA

Text Example


Text Example

White with #7276AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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