Html Css Color HEX #75688D Kimberly

📋 copy color: '#75688D'

red 117 ◦ green 104 ◦ blue 141

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

Shades of Kimberly #75688D

Tints of Kimberly #75688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 32.32%
G = 28.73%
B = 38.95%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75688D (or 0x75688D) is known color: Kimberly. HEX triplet: 75, 68 and 8D. RGB value is (117,104,141). Sum of RGB (Red+Green+Blue) = 117+104+141=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #75688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75688D is #8A9772. Grayscale: #6F6F6F. Windows color (decimal): -9082739 or 9267317. OLE color: 9267317.

HSL color Cylindrical-coordinate representation of color #75688D: hue angle of 261.08º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75688D is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 104 141 -
CMYK 0.17 0.26 0 0.45
HSL 261.08º 0.15% 0.48% -
HSV(B) 261.08º 0.26% 0.55% -
XYZ 17.09 15.61 27.31 -
YUV 112.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 117 104 141 0.17 0.26 0 0.45 261.08 0.15 0.48
Hex 75 68 8D 11 1A 0 2D 105 F 30
Octal 165 150 215 21 32 0 55 405 17 60
Binary 1110101 1101000 10001101 10001 11010 0 101101 100000101 1111 110000

Color Harmonies of #75688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75688D

Black with #75688D

Text Example


Text Example

White with #75688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75688D; }

 p { color: rgb(117,104,141); }

 H1.HeaderClassName
 {
   color: #75688D;
 }
 .AnyTagClassName
 {
   color: #75688D;
 }
</style>

background-color css

<style>
 a { background-color: #75688D; }

 a { background-color: rgb(117,104,141); }

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

border-color css

<style>
 span { border-color: #75688D; }

 span { border-color: rgb(117,104,141); }

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