Html Css Color HEX #71779D Chetwode Blue

📋 copy color: '#71779D'

red 113 ◦ green 119 ◦ blue 157

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

Shades of Chetwode Blue #71779D

Tints of Chetwode Blue #71779D

RGB

 RED value IS 113 (44.53% from 255) = 29.05%

 GREEN value IS 119 (46.88% from 255) = 30.59%

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 29.05%
G = 30.59%
B = 40.36%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71779D (or 0x71779D) is known color: Chetwode Blue. HEX triplet: 71, 77 and 9D. RGB value is (113,119,157). Sum of RGB (Red+Green+Blue) = 113+119+157=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #71779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71779D is #8E8862. Grayscale: #797979. Windows color (decimal): -9341027 or 10319729. OLE color: 10319729.

HSL color Cylindrical-coordinate representation of color #71779D: hue angle of 231.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71779D is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 119 157 -
CMYK 0.28 0.24 0 0.38
HSL 231.82º 0.18% 0.53% -
HSV(B) 231.82º 0.28% 0.62% -
XYZ 19.49 19.14 34.57 -
YUV 121.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 113 119 157 0.28 0.24 0 0.38 231.82 0.18 0.53
Hex 71 77 9D 1C 18 0 26 E8 12 35
Octal 161 167 235 34 30 0 46 350 22 65
Binary 1110001 1110111 10011101 11100 11000 0 100110 11101000 10010 110101

Color Harmonies of #71779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71779D

Black with #71779D

Text Example


Text Example

White with #71779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71779D; }

 p { color: rgb(113,119,157); }

 H1.HeaderClassName
 {
   color: #71779D;
 }
 .AnyTagClassName
 {
   color: #71779D;
 }
</style>

background-color css

<style>
 a { background-color: #71779D; }

 a { background-color: rgb(113,119,157); }

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

border-color css

<style>
 span { border-color: #71779D; }

 span { border-color: rgb(113,119,157); }

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