Html Css Color HEX #716C8C Kimberly

📋 copy color: '#716C8C'

red 113 ◦ green 108 ◦ blue 140

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

Shades of Kimberly #716C8C

Tints of Kimberly #716C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.78%

R = 31.3%
G = 29.92%
B = 38.78%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#716C8C (or 0x716C8C) is known color: Kimberly. HEX triplet: 71, 6C and 8C. RGB value is (113,108,140). Sum of RGB (Red+Green+Blue) = 113+108+140=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #716C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716C8C is #8E9373. Grayscale: #717171. Windows color (decimal): -9343860 or 9202801. OLE color: 9202801.

HSL color Cylindrical-coordinate representation of color #716C8C: hue angle of 249.38º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #716C8C is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 108 140 -
CMYK 0.19 0.23 0 0.45
HSL 249.38º 0.13% 0.49% -
HSV(B) 249.38º 0.23% 0.55% -
XYZ 16.91 16.13 27.03 -
YUV 113.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 113 108 140 0.19 0.23 0 0.45 249.38 0.13 0.49
Hex 71 6C 8C 13 17 0 2D F9 D 31
Octal 161 154 214 23 27 0 55 371 15 61
Binary 1110001 1101100 10001100 10011 10111 0 101101 11111001 1101 110001

Color Harmonies of #716C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C8C

Black with #716C8C

Text Example


Text Example

White with #716C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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