Html Css Color HEX #716087 Kimberly

📋 copy color: '#716087'

red 113 ◦ green 96 ◦ blue 135

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

Shades of Kimberly #716087

Tints of Kimberly #716087

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

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

R = 32.85%
G = 27.91%
B = 39.24%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#716087 (or 0x716087) is known color: Kimberly. HEX triplet: 71, 60 and 87. RGB value is (113,96,135). Sum of RGB (Red+Green+Blue) = 113+96+135=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #716087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716087 is #8E9F78. Grayscale: #696969. Windows color (decimal): -9346937 or 8872049. OLE color: 8872049.

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

Color convert

RGB 113 96 135 -
CMYK 0.16 0.29 0 0.47
HSL 266.15º 0.17% 0.45% -
HSV(B) 266.15º 0.29% 0.53% -
XYZ 15.37 13.63 24.74 -
YUV 105.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 113 96 135 0.16 0.29 0 0.47 266.15 0.17 0.45
Hex 71 60 87 10 1D 0 2F 10A 11 2D
Octal 161 140 207 20 35 0 57 412 21 55
Binary 1110001 1100000 10000111 10000 11101 0 101111 100001010 10001 101101

Color Harmonies of #716087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716087

Black with #716087

Text Example


Text Example

White with #716087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716087; }

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

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

background-color css

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

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

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

border-color css

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

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

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