Html Css Color HEX #756D88 Kimberly

📋 copy color: '#756D88'

red 117 ◦ green 109 ◦ blue 136

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

Shades of Kimberly #756D88

Tints of Kimberly #756D88

RGB

 RED value IS 117 (46.09% from 255) = 32.32%

 GREEN value IS 109 (42.97% from 255) = 30.11%

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

R = 32.32%
G = 30.11%
B = 37.57%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#756D88 (or 0x756D88) is known color: Kimberly. HEX triplet: 75, 6D and 88. RGB value is (117,109,136). Sum of RGB (Red+Green+Blue) = 117+109+136=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 136 - color contains mainly: blue. Hex color #756D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D88 is #8A9277. Grayscale: #727272. Windows color (decimal): -9081464 or 8940917. OLE color: 8940917.

HSL color Cylindrical-coordinate representation of color #756D88: hue angle of 257.78º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #756D88 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 109 136 -
CMYK 0.14 0.20 0 0.47
HSL 257.78º 0.11% 0.48% -
HSV(B) 257.78º 0.2% 0.53% -
XYZ 17.25 16.5 25.57 -
YUV 114.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 117 109 136 0.14 0.20 0 0.47 257.78 0.11 0.48
Hex 75 6D 88 E 14 0 2F 102 B 30
Octal 165 155 210 16 24 0 57 402 13 60
Binary 1110101 1101101 10001000 1110 10100 0 101111 100000010 1011 110000

Color Harmonies of #756D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D88

Black with #756D88

Text Example


Text Example

White with #756D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756D88; }

 p { color: rgb(117,109,136); }

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

background-color css

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

 a { background-color: rgb(117,109,136); }

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

border-color css

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

 span { border-color: rgb(117,109,136); }

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