Html Css Color HEX #7578AC Chetwode Blue

📋 copy color: '#7578AC'

red 117 ◦ green 120 ◦ blue 172

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

Shades of Chetwode Blue #7578AC

Tints of Chetwode Blue #7578AC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.34%

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 28.61%
G = 29.34%
B = 42.05%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7578AC (or 0x7578AC) is known color: Chetwode Blue. HEX triplet: 75, 78 and AC. RGB value is (117,120,172). Sum of RGB (Red+Green+Blue) = 117+120+172=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #7578AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7578AC is #8A8753. Grayscale: #7C7C7C. Windows color (decimal): -9078612 or 11303029. OLE color: 11303029.

HSL color Cylindrical-coordinate representation of color #7578AC: hue angle of 236.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7578AC is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 120 172 -
CMYK 0.32 0.30 0 0.33
HSL 236.73º 0.25% 0.57% -
HSV(B) 236.73º 0.32% 0.67% -
XYZ 21.5 20.19 41.79 -
YUV 125.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 117 120 172 0.32 0.30 0 0.33 236.73 0.25 0.57
Hex 75 78 AC 20 1E 0 21 ED 19 39
Octal 165 170 254 40 36 0 41 355 31 71
Binary 1110101 1111000 10101100 100000 11110 0 100001 11101101 11001 111001

Color Harmonies of #7578AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7578AC

Black with #7578AC

Text Example


Text Example

White with #7578AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7578AC; }

 p { color: rgb(117,120,172); }

 H1.HeaderClassName
 {
   color: #7578AC;
 }
 .AnyTagClassName
 {
   color: #7578AC;
 }
</style>

background-color css

<style>
 a { background-color: #7578AC; }

 a { background-color: rgb(117,120,172); }

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

border-color css

<style>
 span { border-color: #7578AC; }

 span { border-color: rgb(117,120,172); }

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