Html Css Color HEX #7675AC Chetwode Blue

📋 copy color: '#7675AC'

red 118 ◦ green 117 ◦ blue 172

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

Shades of Chetwode Blue #7675AC

Tints of Chetwode Blue #7675AC

RGB

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

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

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

R = 28.99%
G = 28.75%
B = 42.26%

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

#7675AC (or 0x7675AC) is known color: Chetwode Blue. HEX triplet: 76, 75 and AC. RGB value is (118,117,172). Sum of RGB (Red+Green+Blue) = 118+117+172=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #7675AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7675AC is #898A53. Grayscale: #7B7B7B. Windows color (decimal): -9013844 or 11302262. OLE color: 11302262.

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

Color convert

RGB 118 117 172 -
CMYK 0.31 0.32 0 0.33
HSL 241.09º 0.25% 0.57% -
HSV(B) 241.09º 0.32% 0.67% -
XYZ 21.28 19.55 41.68 -
YUV 123.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 118 117 172 0.31 0.32 0 0.33 241.09 0.25 0.57
Hex 76 75 AC 1F 20 0 21 F1 19 39
Octal 166 165 254 37 40 0 41 361 31 71
Binary 1110110 1110101 10101100 11111 100000 0 100001 11110001 11001 111001

Color Harmonies of #7675AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675AC

Black with #7675AC

Text Example


Text Example

White with #7675AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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