Html Css Color HEX #756C89 Kimberly

📋 copy color: '#756C89'

red 117 ◦ green 108 ◦ blue 137

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

Shades of Kimberly #756C89

Tints of Kimberly #756C89

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 32.32%
G = 29.83%
B = 37.85%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#756C89 (or 0x756C89) is known color: Kimberly. HEX triplet: 75, 6C and 89. RGB value is (117,108,137). Sum of RGB (Red+Green+Blue) = 117+108+137=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: blue. Hex color #756C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C89 is #8A9376. Grayscale: #717171. Windows color (decimal): -9081719 or 9006197. OLE color: 9006197.

HSL color Cylindrical-coordinate representation of color #756C89: hue angle of 258.62º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #756C89 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 108 137 -
CMYK 0.15 0.21 0 0.46
HSL 258.62º 0.12% 0.48% -
HSV(B) 258.62º 0.21% 0.54% -
XYZ 17.21 16.31 25.91 -
YUV 114 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 117 108 137 0.15 0.21 0 0.46 258.62 0.12 0.48
Hex 75 6C 89 F 15 0 2E 103 C 30
Octal 165 154 211 17 25 0 56 403 14 60
Binary 1110101 1101100 10001001 1111 10101 0 101110 100000011 1100 110000

Color Harmonies of #756C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C89

Black with #756C89

Text Example


Text Example

White with #756C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,108,137); }

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

background-color css

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

 a { background-color: rgb(117,108,137); }

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

border-color css

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

 span { border-color: rgb(117,108,137); }

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