Html Css Color HEX #7775AB Chetwode Blue

📋 copy color: '#7775AB'

red 119 ◦ green 117 ◦ blue 171

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

Shades of Chetwode Blue #7775AB

Tints of Chetwode Blue #7775AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 29.24%
G = 28.75%
B = 42.01%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7775AB (or 0x7775AB) is known color: Chetwode Blue. HEX triplet: 77, 75 and AB. RGB value is (119,117,171). Sum of RGB (Red+Green+Blue) = 119+117+171=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #7775AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7775AB is #888A54. Grayscale: #7B7B7B. Windows color (decimal): -8948309 or 11236727. OLE color: 11236727.

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

Color convert

RGB 119 117 171 -
CMYK 0.30 0.32 0 0.33
HSL 242.22º 0.24% 0.56% -
HSV(B) 242.22º 0.32% 0.67% -
XYZ 21.32 19.58 41.18 -
YUV 123.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 119 117 171 0.30 0.32 0 0.33 242.22 0.24 0.56
Hex 77 75 AB 1E 20 0 21 F2 18 38
Octal 167 165 253 36 40 0 41 362 30 70
Binary 1110111 1110101 10101011 11110 100000 0 100001 11110010 11000 111000

Color Harmonies of #7775AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7775AB

Black with #7775AB

Text Example


Text Example

White with #7775AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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