Html Css Color HEX #7577AA Chetwode Blue

📋 copy color: '#7577AA'

red 117 ◦ green 119 ◦ blue 170

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

Shades of Chetwode Blue #7577AA

Tints of Chetwode Blue #7577AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.31%

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

R = 28.82%
G = 29.31%
B = 41.87%

CMYK

 C value IS 0.31

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7577AA (or 0x7577AA) is known color: Chetwode Blue. HEX triplet: 75, 77 and AA. RGB value is (117,119,170). Sum of RGB (Red+Green+Blue) = 117+119+170=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #7577AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7577AA is #8A8855. Grayscale: #7C7C7C. Windows color (decimal): -9078870 or 11171701. OLE color: 11171701.

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

Color convert

RGB 117 119 170 -
CMYK 0.31 0.3 0 0.33
HSL 237.74º 0.24% 0.56% -
HSV(B) 237.74º 0.31% 0.67% -
XYZ 21.19 19.88 40.75 -
YUV 124.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 117 119 170 0.31 0.3 0 0.33 237.74 0.24 0.56
Hex 75 77 AA 1F 1E 0 21 EE 18 38
Octal 165 167 252 37 36 0 41 356 30 70
Binary 1110101 1110111 10101010 11111 11110 0 100001 11101110 11000 111000

Color Harmonies of #7577AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7577AA

Black with #7577AA

Text Example


Text Example

White with #7577AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,119,170); }

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

background-color css

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

 a { background-color: rgb(117,119,170); }

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

border-color css

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

 span { border-color: rgb(117,119,170); }

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