Html Css Color HEX #72759B Chetwode Blue

📋 copy color: '#72759B'

red 114 ◦ green 117 ◦ blue 155

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

Shades of Chetwode Blue #72759B

Tints of Chetwode Blue #72759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 29.53%
G = 30.31%
B = 40.16%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72759B (or 0x72759B) is known color: Chetwode Blue. HEX triplet: 72, 75 and 9B. RGB value is (114,117,155). Sum of RGB (Red+Green+Blue) = 114+117+155=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #72759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72759B is #8D8A64. Grayscale: #787878. Windows color (decimal): -9276005 or 10188146. OLE color: 10188146.

HSL color Cylindrical-coordinate representation of color #72759B: hue angle of 235.61º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72759B is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 117 155 -
CMYK 0.26 0.25 0 0.39
HSL 235.61º 0.17% 0.53% -
HSV(B) 235.61º 0.26% 0.61% -
XYZ 19.22 18.67 33.6 -
YUV 120.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 114 117 155 0.26 0.25 0 0.39 235.61 0.17 0.53
Hex 72 75 9B 1A 19 0 27 EC 11 35
Octal 162 165 233 32 31 0 47 354 21 65
Binary 1110010 1110101 10011011 11010 11001 0 100111 11101100 10001 110101

Color Harmonies of #72759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72759B

Black with #72759B

Text Example


Text Example

White with #72759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72759B; }

 p { color: rgb(114,117,155); }

 H1.HeaderClassName
 {
   color: #72759B;
 }
 .AnyTagClassName
 {
   color: #72759B;
 }
</style>

background-color css

<style>
 a { background-color: #72759B; }

 a { background-color: rgb(114,117,155); }

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

border-color css

<style>
 span { border-color: #72759B; }

 span { border-color: rgb(114,117,155); }

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