Html Css Color HEX #71769A Chetwode Blue

📋 copy color: '#71769A'

red 113 ◦ green 118 ◦ blue 154

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

Shades of Chetwode Blue #71769A

Tints of Chetwode Blue #71769A

RGB

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

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

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

R = 29.35%
G = 30.65%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71769A (or 0x71769A) is known color: Chetwode Blue. HEX triplet: 71, 76 and 9A. RGB value is (113,118,154). Sum of RGB (Red+Green+Blue) = 113+118+154=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #71769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71769A is #8E8965. Grayscale: #787878. Windows color (decimal): -9341286 or 10122865. OLE color: 10122865.

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

Color convert

RGB 113 118 154 -
CMYK 0.27 0.23 0 0.40
HSL 232.68º 0.17% 0.52% -
HSV(B) 232.68º 0.27% 0.6% -
XYZ 19.12 18.8 33.19 -
YUV 120.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 113 118 154 0.27 0.23 0 0.40 232.68 0.17 0.52
Hex 71 76 9A 1B 17 0 28 E9 11 34
Octal 161 166 232 33 27 0 50 351 21 64
Binary 1110001 1110110 10011010 11011 10111 0 101000 11101001 10001 110100

Color Harmonies of #71769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71769A

Black with #71769A

Text Example


Text Example

White with #71769A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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