Html Css Color HEX #7775AC Chetwode Blue

📋 copy color: '#7775AC'

red 119 ◦ green 117 ◦ blue 172

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

Shades of Chetwode Blue #7775AC

Tints of Chetwode Blue #7775AC

RGB

 RED value IS 119 (46.88% from 255) = 29.17%

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

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

R = 29.17%
G = 28.68%
B = 42.16%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7775AC (or 0x7775AC) is known color: Chetwode Blue. HEX triplet: 77, 75 and AC. RGB value is (119,117,172). Sum of RGB (Red+Green+Blue) = 119+117+172=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #7775AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7775AC is #888A53. Grayscale: #7B7B7B. Windows color (decimal): -8948308 or 11302263. OLE color: 11302263.

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

Color convert

RGB 119 117 172 -
CMYK 0.31 0.32 0 0.33
HSL 242.18º 0.25% 0.57% -
HSV(B) 242.18º 0.32% 0.67% -
XYZ 21.42 19.62 41.69 -
YUV 123.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 119 117 172 0.31 0.32 0 0.33 242.18 0.25 0.57
Hex 77 75 AC 1F 20 0 21 F2 19 39
Octal 167 165 254 37 40 0 41 362 31 71
Binary 1110111 1110101 10101100 11111 100000 0 100001 11110010 11001 111001

Color Harmonies of #7775AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7775AC

Black with #7775AC

Text Example


Text Example

White with #7775AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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