Html Css Color HEX #7577B3 Chetwode Blue

📋 copy color: '#7577B3'

red 117 ◦ green 119 ◦ blue 179

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

Shades of Chetwode Blue #7577B3

Tints of Chetwode Blue #7577B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.13%

R = 28.19%
G = 28.67%
B = 43.13%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7577B3 (or 0x7577B3) is known color: Chetwode Blue. HEX triplet: 75, 77 and B3. RGB value is (117,119,179). Sum of RGB (Red+Green+Blue) = 117+119+179=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 179 - color contains mainly: blue. Hex color #7577B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7577B3 is #8A884C. Grayscale: #7D7D7D. Windows color (decimal): -9078861 or 11761525. OLE color: 11761525.

HSL color Cylindrical-coordinate representation of color #7577B3: hue angle of 238.06º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7577B3 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 119 179 -
CMYK 0.35 0.34 0 0.30
HSL 238.06º 0.29% 0.58% -
HSV(B) 238.06º 0.35% 0.7% -
XYZ 22.07 20.23 45.39 -
YUV 125.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 117 119 179 0.35 0.34 0 0.30 238.06 0.29 0.58
Hex 75 77 B3 23 22 0 1E EE 1D 3A
Octal 165 167 263 43 42 0 36 356 35 72
Binary 1110101 1110111 10110011 100011 100010 0 11110 11101110 11101 111010

Color Harmonies of #7577B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7577B3

Black with #7577B3

Text Example


Text Example

White with #7577B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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