Html Css Color HEX #716887 Kimberly

📋 copy color: '#716887'

red 113 ◦ green 104 ◦ blue 135

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

Shades of Kimberly #716887

Tints of Kimberly #716887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

 BLUE value IS 135 (53.13% from 255) = 38.35%

R = 32.1%
G = 29.55%
B = 38.35%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#716887 (or 0x716887) is known color: Kimberly. HEX triplet: 71, 68 and 87. RGB value is (113,104,135). Sum of RGB (Red+Green+Blue) = 113+104+135=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #716887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716887 is #8E9778. Grayscale: #6E6E6E. Windows color (decimal): -9344889 or 8874097. OLE color: 8874097.

HSL color Cylindrical-coordinate representation of color #716887: hue angle of 257.42º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #716887 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 104 135 -
CMYK 0.16 0.23 0 0.47
HSL 257.42º 0.13% 0.47% -
HSV(B) 257.42º 0.23% 0.53% -
XYZ 16.13 15.16 25 -
YUV 110.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 113 104 135 0.16 0.23 0 0.47 257.42 0.13 0.47
Hex 71 68 87 10 17 0 2F 101 D 2F
Octal 161 150 207 20 27 0 57 401 15 57
Binary 1110001 1101000 10000111 10000 10111 0 101111 100000001 1101 101111

Color Harmonies of #716887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716887

Black with #716887

Text Example


Text Example

White with #716887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716887; }

 p { color: rgb(113,104,135); }

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

background-color css

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

 a { background-color: rgb(113,104,135); }

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

border-color css

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

 span { border-color: rgb(113,104,135); }

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