Html Css Color HEX #7676AA Chetwode Blue

📋 copy color: '#7676AA'

red 118 ◦ green 118 ◦ blue 170

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

Shades of Chetwode Blue #7676AA

Tints of Chetwode Blue #7676AA

RGB

 RED value IS 118 (46.48% from 255) = 29.06%

 GREEN value IS 118 (46.48% from 255) = 29.06%

 BLUE value IS 170 (66.8% from 255) = 41.87%

R = 29.06%
G = 29.06%
B = 41.87%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7676AA (or 0x7676AA) is known color: Chetwode Blue. HEX triplet: 76, 76 and AA. RGB value is (118,118,170). Sum of RGB (Red+Green+Blue) = 118+118+170=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #7676AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7676AA is #898955. Grayscale: #7B7B7B. Windows color (decimal): -9013590 or 11171446. OLE color: 11171446.

HSL color Cylindrical-coordinate representation of color #7676AA: hue angle of 240º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7676AA is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 118 170 -
CMYK 0.31 0.31 0 0.33
HSL 240º 0.23% 0.56% -
HSV(B) 240º 0.31% 0.67% -
XYZ 21.21 19.71 40.72 -
YUV 123.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 118 118 170 0.31 0.31 0 0.33 240 0.23 0.56
Hex 76 76 AA 1F 1F 0 21 F0 17 38
Octal 166 166 252 37 37 0 41 360 27 70
Binary 1110110 1110110 10101010 11111 11111 0 100001 11110000 10111 111000

Color Harmonies of #7676AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7676AA

Black with #7676AA

Text Example


Text Example

White with #7676AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7676AA; }

 p { color: rgb(118,118,170); }

 H1.HeaderClassName
 {
   color: #7676AA;
 }
 .AnyTagClassName
 {
   color: #7676AA;
 }
</style>

background-color css

<style>
 a { background-color: #7676AA; }

 a { background-color: rgb(118,118,170); }

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

border-color css

<style>
 span { border-color: #7676AA; }

 span { border-color: rgb(118,118,170); }

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