Html Css Color HEX #716A7D Kimberly

📋 copy color: '#716A7D'

red 113 ◦ green 106 ◦ blue 125

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

Shades of Kimberly #716A7D

Tints of Kimberly #716A7D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.81%

 BLUE value IS 125 (49.22% from 255) = 36.34%

R = 32.85%
G = 30.81%
B = 36.34%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#716A7D (or 0x716A7D) is known color: Kimberly. HEX triplet: 71, 6A and 7D. RGB value is (113,106,125). Sum of RGB (Red+Green+Blue) = 113+106+125=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 125 - color contains mainly: blue. Hex color #716A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A7D is #8E9582. Grayscale: #6E6E6E. Windows color (decimal): -9344387 or 8219249. OLE color: 8219249.

HSL color Cylindrical-coordinate representation of color #716A7D: hue angle of 262.11º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #716A7D is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 106 125 -
CMYK 0.10 0.15 0 0.51
HSL 262.11º 0.08% 0.45% -
HSV(B) 262.11º 0.15% 0.49% -
XYZ 15.67 15.3 21.53 -
YUV 110.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 113 106 125 0.10 0.15 0 0.51 262.11 0.08 0.45
Hex 71 6A 7D A F 0 33 106 8 2D
Octal 161 152 175 12 17 0 63 406 10 55
Binary 1110001 1101010 1111101 1010 1111 0 110011 100000110 1000 101101

Color Harmonies of #716A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A7D

Black with #716A7D

Text Example


Text Example

White with #716A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,106,125); }

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

background-color css

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

 a { background-color: rgb(113,106,125); }

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

border-color css

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

 span { border-color: rgb(113,106,125); }

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