Html Css Color HEX #7672B5 Chetwode Blue

📋 copy color: '#7672B5'

red 118 ◦ green 114 ◦ blue 181

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

Shades of Chetwode Blue #7672B5

Tints of Chetwode Blue #7672B5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.6%

 BLUE value IS 181 (71.09% from 255) = 43.83%

R = 28.57%
G = 27.6%
B = 43.83%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7672B5 (or 0x7672B5) is known color: Chetwode Blue. HEX triplet: 76, 72 and B5. RGB value is (118,114,181). Sum of RGB (Red+Green+Blue) = 118+114+181=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 181 - color contains mainly: blue. Hex color #7672B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672B5 is #898D4A. Grayscale: #7A7A7A. Windows color (decimal): -9014603 or 11891318. OLE color: 11891318.

HSL color Cylindrical-coordinate representation of color #7672B5: hue angle of 243.58º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7672B5 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 114 181 -
CMYK 0.35 0.37 0 0.29
HSL 243.58º 0.31% 0.58% -
HSV(B) 243.58º 0.37% 0.71% -
XYZ 21.83 19.22 46.28 -
YUV 122.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 118 114 181 0.35 0.37 0 0.29 243.58 0.31 0.58
Hex 76 72 B5 23 25 0 1D F4 1F 3A
Octal 166 162 265 43 45 0 35 364 37 72
Binary 1110110 1110010 10110101 100011 100101 0 11101 11110100 11111 111010

Color Harmonies of #7672B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7672B5

Black with #7672B5

Text Example


Text Example

White with #7672B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7672B5; }

 p { color: rgb(118,114,181); }

 H1.HeaderClassName
 {
   color: #7672B5;
 }
 .AnyTagClassName
 {
   color: #7672B5;
 }
</style>

background-color css

<style>
 a { background-color: #7672B5; }

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

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

border-color css

<style>
 span { border-color: #7672B5; }

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

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