Html Css Color HEX #756F83 Kimberly

📋 copy color: '#756F83'

red 117 ◦ green 111 ◦ blue 131

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

Shades of Kimberly #756F83

Tints of Kimberly #756F83

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.92%

 BLUE value IS 131 (51.56% from 255) = 36.49%

R = 32.59%
G = 30.92%
B = 36.49%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#756F83 (or 0x756F83) is known color: Kimberly. HEX triplet: 75, 6F and 83. RGB value is (117,111,131). Sum of RGB (Red+Green+Blue) = 117+111+131=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 131 - color contains mainly: blue. Hex color #756F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F83 is #8A907C. Grayscale: #737373. Windows color (decimal): -9080957 or 8613749. OLE color: 8613749.

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

Color convert

RGB 117 111 131 -
CMYK 0.11 0.15 0 0.49
HSL 258º 0.08% 0.47% -
HSV(B) 258º 0.15% 0.51% -
XYZ 17.12 16.79 23.81 -
YUV 115.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 117 111 131 0.11 0.15 0 0.49 258 0.08 0.47
Hex 75 6F 83 B F 0 31 102 8 2F
Octal 165 157 203 13 17 0 61 402 10 57
Binary 1110101 1101111 10000011 1011 1111 0 110001 100000010 1000 101111

Color Harmonies of #756F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F83

Black with #756F83

Text Example


Text Example

White with #756F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,111,131); }

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

background-color css

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

 a { background-color: rgb(117,111,131); }

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

border-color css

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

 span { border-color: rgb(117,111,131); }

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