#675D77

Color #675D77 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #675D77

Tints of Kimberly #675D77

Color information

#675D77 (or 0x675D77) is unknown color: approx Kimberly. HEX triplet: 67, 5D and 77. RGB value is (103,93,119). Sum of RGB (Red+Green+Blue) = 103+93+119=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #675D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D77 is #98A288. Grayscale: #626262. Windows color (decimal): -10003081 or 7822695. OLE color: 7822695.

HSL color Cylindrical-coordinate representation of color #675D77: hue angle of 263.08º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #675D77 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10393119-
CMYK0.130.2200.53
HSL263.08º12.26%41.57%-
HSV(B)263.08º21.85%46.67%-
XYZ12.8412.0419.1-
YUV98.95139.31130.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.70%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=32.70%
G=29.52%
B=37.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103931190.130.2200.53263.0812.2641.57
Hex675D77D16035107c2a
Octal14713516715260654071452
Binary11001111011101111011111011011001101011000001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675D77; }

 p { color: rgb(103,93,119); }

 H1.HeaderClassName
 {
   color: #675D77;
 }
 .AnyTagClassName
 {
   color: #675D77;
 }
</style>
background-color css

<style>
 a { background-color: #675D77; }

 a { background-color: rgb(103,93,119); }

 div.DivClassName
 {
   background-color: #675D77;
 }
 .BgClassName
 {
   background-color: #675D77;
 }
</style>
border-color css

<style>
 span { border-color: #675D77; }

 span { border-color: rgb(103,93,119); }

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