Html Css Color HEX #7576AE Chetwode Blue

📋 copy color: '#7576AE'

red 117 ◦ green 118 ◦ blue 174

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

Shades of Chetwode Blue #7576AE

Tints of Chetwode Blue #7576AE

RGB

 RED value IS 117 (46.09% from 255) = 28.61%

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 28.61%
G = 28.85%
B = 42.54%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7576AE (or 0x7576AE) is known color: Chetwode Blue. HEX triplet: 75, 76 and AE. RGB value is (117,118,174). Sum of RGB (Red+Green+Blue) = 117+118+174=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #7576AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7576AE is #8A8951. Grayscale: #7B7B7B. Windows color (decimal): -9079122 or 11433589. OLE color: 11433589.

HSL color Cylindrical-coordinate representation of color #7576AE: hue angle of 238.95º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7576AE is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 118 174 -
CMYK 0.33 0.32 0 0.32
HSL 238.95º 0.26% 0.57% -
HSV(B) 238.95º 0.33% 0.68% -
XYZ 21.45 19.79 42.73 -
YUV 124.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 117 118 174 0.33 0.32 0 0.32 238.95 0.26 0.57
Hex 75 76 AE 21 20 0 20 EF 1A 39
Octal 165 166 256 41 40 0 40 357 32 71
Binary 1110101 1110110 10101110 100001 100000 0 100000 11101111 11010 111001

Color Harmonies of #7576AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7576AE

Black with #7576AE

Text Example


Text Example

White with #7576AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7576AE; }

 p { color: rgb(117,118,174); }

 H1.HeaderClassName
 {
   color: #7576AE;
 }
 .AnyTagClassName
 {
   color: #7576AE;
 }
</style>

background-color css

<style>
 a { background-color: #7576AE; }

 a { background-color: rgb(117,118,174); }

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

border-color css

<style>
 span { border-color: #7576AE; }

 span { border-color: rgb(117,118,174); }

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