Html Css Color HEX #716084 Kimberly

📋 copy color: '#716084'

red 113 ◦ green 96 ◦ blue 132

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

Shades of Kimberly #716084

Tints of Kimberly #716084

RGB

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

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

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

R = 33.14%
G = 28.15%
B = 38.71%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#716084 (or 0x716084) is known color: Kimberly. HEX triplet: 71, 60 and 84. RGB value is (113,96,132). Sum of RGB (Red+Green+Blue) = 113+96+132=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #716084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716084 is #8E9F7B. Grayscale: #696969. Windows color (decimal): -9346940 or 8675441. OLE color: 8675441.

HSL color Cylindrical-coordinate representation of color #716084: hue angle of 268.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #716084 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 96 132 -
CMYK 0.14 0.27 0 0.48
HSL 268.33º 0.16% 0.45% -
HSV(B) 268.33º 0.27% 0.52% -
XYZ 15.16 13.54 23.64 -
YUV 105.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 113 96 132 0.14 0.27 0 0.48 268.33 0.16 0.45
Hex 71 60 84 E 1B 0 30 10C 10 2D
Octal 161 140 204 16 33 0 60 414 20 55
Binary 1110001 1100000 10000100 1110 11011 0 110000 100001100 10000 101101

Color Harmonies of #716084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716084

Black with #716084

Text Example


Text Example

White with #716084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716084; }

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

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

background-color css

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

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

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

border-color css

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

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

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