Html Css Color HEX #716C84 Kimberly

📋 copy color: '#716C84'

red 113 ◦ green 108 ◦ blue 132

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

Shades of Kimberly #716C84

Tints of Kimberly #716C84

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.59%

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

R = 32.01%
G = 30.59%
B = 37.39%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#716C84 (or 0x716C84) is known color: Kimberly. HEX triplet: 71, 6C and 84. RGB value is (113,108,132). Sum of RGB (Red+Green+Blue) = 113+108+132=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #716C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716C84 is #8E937B. Grayscale: #707070. Windows color (decimal): -9343868 or 8678513. OLE color: 8678513.

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

Color convert

RGB 113 108 132 -
CMYK 0.14 0.18 0 0.48
HSL 252.5º 0.1% 0.47% -
HSV(B) 252.5º 0.18% 0.52% -
XYZ 16.34 15.9 24.04 -
YUV 112.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 113 108 132 0.14 0.18 0 0.48 252.5 0.1 0.47
Hex 71 6C 84 E 12 0 30 FD A 2F
Octal 161 154 204 16 22 0 60 375 12 57
Binary 1110001 1101100 10000100 1110 10010 0 110000 11111101 1010 101111

Color Harmonies of #716C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C84

Black with #716C84

Text Example


Text Example

White with #716C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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