Html Css Color HEX #72769A Chetwode Blue

📋 copy color: '#72769A'

red 114 ◦ green 118 ◦ blue 154

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

Shades of Chetwode Blue #72769A

Tints of Chetwode Blue #72769A

RGB

 RED value IS 114 (44.92% from 255) = 29.53%

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

 BLUE value IS 154 (60.55% from 255) = 39.9%

R = 29.53%
G = 30.57%
B = 39.9%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#72769A (or 0x72769A) is known color: Chetwode Blue. HEX triplet: 72, 76 and 9A. RGB value is (114,118,154). Sum of RGB (Red+Green+Blue) = 114+118+154=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #72769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72769A is #8D8965. Grayscale: #787878. Windows color (decimal): -9275750 or 10122866. OLE color: 10122866.

HSL color Cylindrical-coordinate representation of color #72769A: hue angle of 234º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72769A is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 118 154 -
CMYK 0.26 0.23 0 0.40
HSL 234º 0.17% 0.53% -
HSV(B) 234º 0.26% 0.6% -
XYZ 19.25 18.87 33.2 -
YUV 120.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 114 118 154 0.26 0.23 0 0.40 234 0.17 0.53
Hex 72 76 9A 1A 17 0 28 EA 11 35
Octal 162 166 232 32 27 0 50 352 21 65
Binary 1110010 1110110 10011010 11010 10111 0 101000 11101010 10001 110101

Color Harmonies of #72769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72769A

Black with #72769A

Text Example


Text Example

White with #72769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72769A; }

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

 H1.HeaderClassName
 {
   color: #72769A;
 }
 .AnyTagClassName
 {
   color: #72769A;
 }
</style>

background-color css

<style>
 a { background-color: #72769A; }

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

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

border-color css

<style>
 span { border-color: #72769A; }

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

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