Html Css Color HEX #71759A Chetwode Blue

📋 copy color: '#71759A'

red 113 ◦ green 117 ◦ blue 154

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

Shades of Chetwode Blue #71759A

Tints of Chetwode Blue #71759A

RGB

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

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

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

R = 29.43%
G = 30.47%
B = 40.1%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71759A (or 0x71759A) is known color: Chetwode Blue. HEX triplet: 71, 75 and 9A. RGB value is (113,117,154). Sum of RGB (Red+Green+Blue) = 113+117+154=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #71759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71759A is #8E8A65. Grayscale: #777777. Windows color (decimal): -9341542 or 10122609. OLE color: 10122609.

HSL color Cylindrical-coordinate representation of color #71759A: hue angle of 234.15º 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 #71759A is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 117 154 -
CMYK 0.27 0.24 0 0.40
HSL 234.15º 0.17% 0.52% -
HSV(B) 234.15º 0.27% 0.6% -
XYZ 19 18.57 33.15 -
YUV 120.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 113 117 154 0.27 0.24 0 0.40 234.15 0.17 0.52
Hex 71 75 9A 1B 18 0 28 EA 11 34
Octal 161 165 232 33 30 0 50 352 21 64
Binary 1110001 1110101 10011010 11011 11000 0 101000 11101010 10001 110100

Color Harmonies of #71759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71759A

Black with #71759A

Text Example


Text Example

White with #71759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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