Html Css Color HEX #716788 Kimberly

📋 copy color: '#716788'

red 113 ◦ green 103 ◦ blue 136

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

Shades of Kimberly #716788

Tints of Kimberly #716788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.26%

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 32.1%
G = 29.26%
B = 38.64%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#716788 (or 0x716788) is known color: Kimberly. HEX triplet: 71, 67 and 88. RGB value is (113,103,136). Sum of RGB (Red+Green+Blue) = 113+103+136=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #716788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716788 is #8E9877. Grayscale: #6D6D6D. Windows color (decimal): -9345144 or 8939377. OLE color: 8939377.

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

Color convert

RGB 113 103 136 -
CMYK 0.17 0.24 0 0.47
HSL 258.18º 0.14% 0.47% -
HSV(B) 258.18º 0.24% 0.53% -
XYZ 16.1 14.99 25.34 -
YUV 109.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 113 103 136 0.17 0.24 0 0.47 258.18 0.14 0.47
Hex 71 67 88 11 18 0 2F 102 E 2F
Octal 161 147 210 21 30 0 57 402 16 57
Binary 1110001 1100111 10001000 10001 11000 0 101111 100000010 1110 101111

Color Harmonies of #716788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716788

Black with #716788

Text Example


Text Example

White with #716788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716788; }

 p { color: rgb(113,103,136); }

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

background-color css

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

 a { background-color: rgb(113,103,136); }

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

border-color css

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

 span { border-color: rgb(113,103,136); }

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