Html Css Color HEX #767188 Kimberly

📋 copy color: '#767188'

red 118 ◦ green 113 ◦ blue 136

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

Shades of Kimberly #767188

Tints of Kimberly #767188

RGB

 RED value IS 118 (46.48% from 255) = 32.15%

 GREEN value IS 113 (44.53% from 255) = 30.79%

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

R = 32.15%
G = 30.79%
B = 37.06%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#767188 (or 0x767188) is known color: Kimberly. HEX triplet: 76, 71 and 88. RGB value is (118,113,136). Sum of RGB (Red+Green+Blue) = 118+113+136=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 136 - color contains mainly: blue. Hex color #767188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767188 is #898E77. Grayscale: #757575. Windows color (decimal): -9014904 or 8941942. OLE color: 8941942.

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

Color convert

RGB 118 113 136 -
CMYK 0.13 0.17 0 0.47
HSL 253.04º 0.09% 0.49% -
HSV(B) 253.04º 0.17% 0.53% -
XYZ 17.82 17.44 25.72 -
YUV 117.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 118 113 136 0.13 0.17 0 0.47 253.04 0.09 0.49
Hex 76 71 88 D 11 0 2F FD 9 31
Octal 166 161 210 15 21 0 57 375 11 61
Binary 1110110 1110001 10001000 1101 10001 0 101111 11111101 1001 110001

Color Harmonies of #767188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767188

Black with #767188

Text Example


Text Example

White with #767188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767188; }

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

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

background-color css

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

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

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

border-color css

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

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

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