Html Css Color HEX #716B84 Kimberly

📋 copy color: '#716B84'

red 113 ◦ green 107 ◦ blue 132

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

Shades of Kimberly #716B84

Tints of Kimberly #716B84

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.4%

 BLUE value IS 132 (51.95% from 255) = 37.5%

R = 32.1%
G = 30.4%
B = 37.5%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#716B84 (or 0x716B84) is known color: Kimberly. HEX triplet: 71, 6B and 84. RGB value is (113,107,132). Sum of RGB (Red+Green+Blue) = 113+107+132=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #716B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B84 is #8E947B. Grayscale: #6F6F6F. Windows color (decimal): -9344124 or 8678257. OLE color: 8678257.

HSL color Cylindrical-coordinate representation of color #716B84: hue angle of 254.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #716B84 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 107 132 -
CMYK 0.14 0.19 0 0.48
HSL 254.4º 0.1% 0.47% -
HSV(B) 254.4º 0.19% 0.52% -
XYZ 16.23 15.69 24 -
YUV 111.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 113 107 132 0.14 0.19 0 0.48 254.4 0.1 0.47
Hex 71 6B 84 E 13 0 30 FE A 2F
Octal 161 153 204 16 23 0 60 376 12 57
Binary 1110001 1101011 10000100 1110 10011 0 110000 11111110 1010 101111

Color Harmonies of #716B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B84

Black with #716B84

Text Example


Text Example

White with #716B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716B84; }

 p { color: rgb(113,107,132); }

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

background-color css

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

 a { background-color: rgb(113,107,132); }

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

border-color css

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

 span { border-color: rgb(113,107,132); }

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