Html Css Color HEX #75658B Kimberly

📋 copy color: '#75658B'

red 117 ◦ green 101 ◦ blue 139

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

Shades of Kimberly #75658B

Tints of Kimberly #75658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.29%

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

R = 32.77%
G = 28.29%
B = 38.94%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75658B (or 0x75658B) is known color: Kimberly. HEX triplet: 75, 65 and 8B. RGB value is (117,101,139). Sum of RGB (Red+Green+Blue) = 117+101+139=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #75658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75658B is #8A9A74. Grayscale: #6D6D6D. Windows color (decimal): -9083509 or 9135477. OLE color: 9135477.

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

Color convert

RGB 117 101 139 -
CMYK 0.16 0.27 0 0.45
HSL 265.26º 0.16% 0.47% -
HSV(B) 265.26º 0.27% 0.55% -
XYZ 16.65 14.95 26.43 -
YUV 110.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 117 101 139 0.16 0.27 0 0.45 265.26 0.16 0.47
Hex 75 65 8B 10 1B 0 2D 109 10 2F
Octal 165 145 213 20 33 0 55 411 20 57
Binary 1110101 1100101 10001011 10000 11011 0 101101 100001001 10000 101111

Color Harmonies of #75658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75658B

Black with #75658B

Text Example


Text Example

White with #75658B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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