Html Css Color HEX #75718B Kimberly

📋 copy color: '#75718B'

red 117 ◦ green 113 ◦ blue 139

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

Shades of Kimberly #75718B

Tints of Kimberly #75718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 31.71%
G = 30.62%
B = 37.67%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75718B (or 0x75718B) is known color: Kimberly. HEX triplet: 75, 71 and 8B. RGB value is (117,113,139). Sum of RGB (Red+Green+Blue) = 117+113+139=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #75718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75718B is #8A8E74. Grayscale: #757575. Windows color (decimal): -9080437 or 9138549. OLE color: 9138549.

HSL color Cylindrical-coordinate representation of color #75718B: hue angle of 249.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75718B is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 113 139 -
CMYK 0.16 0.19 0 0.45
HSL 249.23º 0.1% 0.49% -
HSV(B) 249.23º 0.19% 0.55% -
XYZ 17.9 17.46 26.85 -
YUV 117.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 117 113 139 0.16 0.19 0 0.45 249.23 0.1 0.49
Hex 75 71 8B 10 13 0 2D F9 A 31
Octal 165 161 213 20 23 0 55 371 12 61
Binary 1110101 1110001 10001011 10000 10011 0 101101 11111001 1010 110001

Color Harmonies of #75718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75718B

Black with #75718B

Text Example


Text Example

White with #75718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75718B; }

 p { color: rgb(117,113,139); }

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

background-color css

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

 a { background-color: rgb(117,113,139); }

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

border-color css

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

 span { border-color: rgb(117,113,139); }

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