Html Css Color HEX #7575AC Chetwode Blue

📋 copy color: '#7575AC'

red 117 ◦ green 117 ◦ blue 172

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

Shades of Chetwode Blue #7575AC

Tints of Chetwode Blue #7575AC

RGB

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

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

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

R = 28.82%
G = 28.82%
B = 42.36%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7575AC (or 0x7575AC) is known color: Chetwode Blue. HEX triplet: 75, 75 and AC. RGB value is (117,117,172). Sum of RGB (Red+Green+Blue) = 117+117+172=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #7575AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7575AC is #8A8A53. Grayscale: #7B7B7B. Windows color (decimal): -9079380 or 11302261. OLE color: 11302261.

HSL color Cylindrical-coordinate representation of color #7575AC: hue angle of 240º 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 #7575AC is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 117 172 -
CMYK 0.32 0.32 0 0.33
HSL 240º 0.25% 0.57% -
HSV(B) 240º 0.32% 0.67% -
XYZ 21.14 19.48 41.68 -
YUV 123.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 117 117 172 0.32 0.32 0 0.33 240 0.25 0.57
Hex 75 75 AC 20 20 0 21 F0 19 39
Octal 165 165 254 40 40 0 41 360 31 71
Binary 1110101 1110101 10101100 100000 100000 0 100001 11110000 11001 111001

Color Harmonies of #7575AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7575AC

Black with #7575AC

Text Example


Text Example

White with #7575AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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