Html Css Color HEX #756E8A Kimberly

📋 copy color: '#756E8A'

red 117 ◦ green 110 ◦ blue 138

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

Shades of Kimberly #756E8A

Tints of Kimberly #756E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.14%

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 32.05%
G = 30.14%
B = 37.81%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#756E8A (or 0x756E8A) is known color: Kimberly. HEX triplet: 75, 6E and 8A. RGB value is (117,110,138). Sum of RGB (Red+Green+Blue) = 117+110+138=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: blue. Hex color #756E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E8A is #8A9175. Grayscale: #737373. Windows color (decimal): -9081206 or 9072245. OLE color: 9072245.

HSL color Cylindrical-coordinate representation of color #756E8A: hue angle of 255º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #756E8A is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 110 138 -
CMYK 0.15 0.20 0 0.46
HSL 255º 0.11% 0.49% -
HSV(B) 255º 0.2% 0.54% -
XYZ 17.5 16.77 26.36 -
YUV 115.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 117 110 138 0.15 0.20 0 0.46 255 0.11 0.49
Hex 75 6E 8A F 14 0 2E FF B 31
Octal 165 156 212 17 24 0 56 377 13 61
Binary 1110101 1101110 10001010 1111 10100 0 101110 11111111 1011 110001

Color Harmonies of #756E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E8A

Black with #756E8A

Text Example


Text Example

White with #756E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,138); }

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

background-color css

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

 a { background-color: rgb(117,110,138); }

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

border-color css

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

 span { border-color: rgb(117,110,138); }

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